= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package irmin-pack
-
irmin-pack
-
-
irmin-pack.layered
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Reads basic metrics from an existing store and prints them to stdout.
val run : root:string -> unit Lwt.t
val term_internal : (unit -> unit) Cmdliner.Term.t
A pre-packaged Cmdliner
term for executing run
.
val term : unit Cmdliner.Term.t * Cmdliner.Term.info
term
is term_internal
plus documentation and logs initialisation
Internal implementation utilities exposed for use in other integrity checks.
val size_t : size Irmin.Type.t
val version_t : version Irmin.Type.t
val io_t : io Irmin.Type.t
val files_t : files Irmin.Type.t
val v : root:string -> version:[ `V1 | `V2 ] -> files