Module Git_store.TraverseSource
Sourceval fold :
t ->
('acc ->
?name:Fpath.t ->
length:int64 ->
Digestif.SHA1.t ->
Git_store__.Git_object.t ->
'acc Lwt.t) ->
path:Fpath.t ->
'acc ->
Digestif.SHA1.t ->
'acc Lwt.t Sourceval iter :
t ->
(Digestif.SHA1.t -> Git_store__.Git_object.t -> unit Lwt.t) ->
Digestif.SHA1.t ->
unit Lwt.t