package octez-internal-libs

  1. Overview
  2. Docs
A package that contains some libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-internal-libs.irmin_test_helpers/Irmin_test_helpers/Common/Schema/Node/index.html

Module Schema.NodeSource

Parameters

module Contents_key : sig ... end
module Node_key : sig ... end

Signature

Sourcetype t
Sourcetype metadata = Metadata.t
Sourceval metadata_t : metadata Irmin.Type.t
Sourcetype contents_key = Contents_key.t
Sourceval contents_key_t : contents_key Irmin.Type.t
Sourcetype node_key = Node_key.t
Sourceval node_key_t : node_key Irmin.Type.t
Sourcetype step = Path.step
Sourcetype value = [
  1. | `Contents of contents_key * metadata
  2. | `Node of node_key
]
Sourcetype hash = Hash.t
Sourceval of_list : (step * value) list -> t
Sourceval list : ?offset:int -> ?length:int -> ?cache:bool -> t -> (step * value) list
Sourceval of_seq : (unit -> (step * value) Seq.node) -> t
Sourceval seq : ?offset:int -> ?length:int -> ?cache:bool -> t -> unit -> (step * value) Seq.node
Sourceval empty : unit -> t
Sourceval is_empty : t -> bool
Sourceval length : t -> int
Sourceval hash_exn : ?force:bool -> t -> hash
Sourceval clear : t -> unit
Sourceval find : ?cache:bool -> t -> step -> value option
Sourceval add : t -> step -> value -> t
Sourceval remove : t -> step -> t
Sourcemodule Metadata : sig ... end
Sourceval with_handler : ((expected_depth:int -> node_key -> t option) -> expected_depth:int -> node_key -> t option) -> t -> t
Sourceval head : t -> [ `Inode of int * (int * hash) list | `Node of (step * value) list ]
Sourceval merge : contents:contents_key option Irmin.Merge.t -> node:node_key option Irmin.Merge.t -> t Irmin.Merge.t
Sourceexception Dangling_hash of {
  1. context : string;
  2. hash : hash;
}
Sourcemodule Portable : sig ... end
OCaml

Innovation. Community. Security.