Checks.MakeSourcemodule _ : sig ... endReads basic metrics from an existing store and prints them to stdout.
Rebuilds an index for an existing pack file
Checks the integrity of a store
Checks the integrity of the index in a store
Checks the integrity of inodes in a store
Traverses a commit to get stats on its underlying tree.
val cli :
?terms:(unit Cmdliner.Term.t * Cmdliner.Term.info) list ->
unit ->
Irmin_pack_unix__.Checks_intf.emptyRun a Cmdliner binary containing tools for running offline checks. terms defaults to the set of checks in this module.