package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Store : STORE

Signature

val fold : Store.t -> ('a -> ?name:Fpath.t -> length:int64 -> Store.Hash.t -> Store.Value.t -> 'a Lwt.t) -> path:Fpath.t -> 'a -> Store.Hash.t -> 'a Lwt.t
val iter : Store.t -> (Store.Hash.t -> Store.Value.t -> unit Lwt.t) -> Store.Hash.t -> unit Lwt.t