package tezos-context

  1. Overview
  2. Docs

Module Checks.PackSource

Sourcemodule Stat : sig ... end

Reads basic metrics from an existing store and prints them to stdout.

Sourcemodule Reconstruct_index : sig ... end

Rebuilds an index for an existing pack file

Sourcemodule Integrity_check : sig ... end

Checks the integrity of a store

Sourcemodule Integrity_check_index : sig ... end

Checks the integrity of the index in a store

Sourcemodule Integrity_check_inodes : sig ... end

Checks the integrity of inodes in a store

Sourceval cli : ?terms:(unit Cmdliner.Term.t * Cmdliner.Term.info) list -> unit -> Irmin_pack__.Checks_intf.empty

Run a Cmdliner binary containing tools for running offline checks. terms defaults to the set of checks in this module.