Module Checks.Integrity_check

val run : root:string -> unit

Check that the integrity invariants of a store are preserved, and display any broken invariants.

val term : (unit -> unit) Cmdliner.Term.t

A pre-packaged Cmdliner term for executing run.