package tezos-context

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val run : root:string -> unit Lwt.t
val term_internal : (unit -> unit) Cmdliner.Term.t
type size =
  1. | Bytes of int
val size_t : size Irmin.Type.t
type objects = {
  1. nb_commits : int;
  2. nb_nodes : int;
  3. nb_contents : int;
}
val objects_t : objects Irmin.Type.t
val traverse_index : root:string -> int -> objects