Parameters
Signature
type t
= Store.t
The type for DMC stores. This is the same as Irmin
.S.t.
type tree
= Store.tree
The type for store trees.
val get_tree : t -> tree Lwt.t
get_tree store
returns the (root) tree of the store. This is the same as Irmin
.S.tree.
val commit_tree : t -> ?info:Irmin.Info.t -> tree -> unit Lwt.t
commit_tree store ~info tree
atomically commits tree
to store
. This is a wrapper around Irmin
.S.with_tree.
module FragmentGraph : Rdf_fragment_graph.S
module Eris : sig ... end
val replicas : tree -> ContainerIdentifier.t list Lwt.t
replicas tree
returns a list of replicas in the store.
Block references and Objects