Object_graph.Makemodule Store : sig ... endtype store = Store.tval keys : K.t -> hash listkeys graph returns all hashes recheables in the graph graph.
val of_keys : store -> K.t Lwt.tof_keys store makes a new graph from all values of a store.
val of_commits : store -> K.t Lwt.tof_commits store makes a new graph from all commits of a store.
val closure : ?full:bool -> store -> min:S.t -> max:S.t -> K.t Lwt.tval to_dot : store -> Stdlib.Format.formatter -> unit Lwt.t