Parameters
Signature
type t = Store.tThe type for DMC stores. This is the same as Irmin.S.t.
type tree = Store.treeThe type for store trees.
val get_tree : t -> tree Lwt.tget_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.tcommit_tree store ~info tree atomically commits tree to store. This is a wrapper around Irmin.S.with_tree.
module FragmentGraph : Rdf_fragment_graph.Smodule Eris : sig ... endval replicas : tree -> ContainerIdentifier.t list Lwt.treplicas tree returns a list of replicas in the store.
Block references and Objects