git-kv.mem
Git_store.Ref
git-kv
git-kv.bbuffer
git-kv.search
git-kv.sync
module Graph : sig ... end
val list : t -> (Graph.key * SHA1.t) list Lwt.t
val mem : t -> string -> bool Lwt.t
exception Cycle
val resolve : t -> String.t -> (SHA1.t, [> `Cycle | `Reference_not_found of String.t ]) result Lwt.t
val read : t -> string -> (Git_store__.Git_reference.contents, [> `Reference_not_found of string ]) result Lwt.t
val remove : t -> string -> (unit, 'a) result Lwt.t
val write : t -> string -> Git_store__.Git_reference.contents -> (unit, 'a) result Lwt.t