package git-kv

  1. Overview
  2. Docs

Module Git_store.RefSource

Sourcemodule Graph : sig ... end
Sourceval list : t -> (Graph.key * SHA1.t) list Lwt.t
Sourceval mem : t -> string -> bool Lwt.t
Sourceexception Cycle
Sourceval resolve : t -> String.t -> (SHA1.t, [> `Cycle | `Reference_not_found of String.t ]) result Lwt.t
Sourceval read : t -> string -> (Git_store__.Git_reference.contents, [> `Reference_not_found of string ]) result Lwt.t
Sourceval remove : t -> string -> (unit, 'a) result Lwt.t
Sourceval write : t -> string -> Git_store__.Git_reference.contents -> (unit, 'a) result Lwt.t
OCaml

Innovation. Community. Security.