package irmin-fs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Generic file-system backend for Irmin
Install
dune-project
Dependency
Authors
Maintainers
Sources
irmin-3.6.1.tbz
sha256=11fc2570bdbfd48478c89113fc801084a84a9a2c12d9bf8c64e05ce64ae19bd7
sha512=2171699ca24dec5c9c908a2676b272e034c14eb17f7052a794535e52af0be40be68a689e59c0a640ee244b11703320483f4d0c261542e6242ba23a8f1272b9b0
doc/irmin-fs.unix/Irmin_fs_unix/Make/Tree/index.html
Module Make.Tree
val path_t : path Irmin__.Type.tval step_t : step Irmin__.Type.tval metadata_t : metadata Irmin__.Type.tval contents_t : contents Irmin__.Type.tval contents_key_t : contents_key Irmin__.Type.tval node_t : node Irmin__.Type.tval hash_t : hash Irmin__.Type.tval t : tree Irmin__.Type.tval empty : unit -> treeval is_empty : tree -> boolmodule Contents : sig ... endval merge : tree Irmin__.Merge.tval destruct : tree -> [ `Contents of Contents.t * metadata | `Node of node ]val empty_marks : unit -> markstype (!'a, !'b) folder = path -> 'b -> 'a -> 'a Lwt.tval depth_t : depth Irmin__.Type.tval fold :
?order:[ `Random of Random.State.t | `Sorted | `Undefined ] ->
?force:'a force ->
?cache:bool ->
?uniq:uniq ->
?pre:('a, step list) folder ->
?post:('a, step list) folder ->
?depth:depth ->
?contents:('a, contents) folder ->
?node:('a, node) folder ->
?tree:('a, tree) folder ->
tree ->
'a ->
'a Lwt.tval stats_t : stats Irmin__.Type.tval concrete_t : concrete Irmin__.Type.tmodule Proof : sig ... endval clear : ?depth:int -> tree -> unittype counters = {mutable contents_hash : int;mutable contents_find : int;mutable contents_add : int;mutable contents_mem : int;mutable node_hash : int;mutable node_mem : int;mutable node_index : int;mutable node_add : int;mutable node_find : int;mutable node_val_v : int;mutable node_val_find : int;mutable node_val_list : int;
}val counters : unit -> countersval inspect :
tree ->
[ `Contents | `Node of [ `Key | `Map | `Portable_dirty | `Pruned | `Value ] ]module Private : sig ... endval kinded_key_t : kinded_key Irmin__.Type.tval key : tree -> kinded_key optionval find_key : Repo.t -> tree -> kinded_key option Lwt.tval of_key : Repo.t -> kinded_key -> tree option Lwt.tval shallow : Repo.t -> kinded_key -> treeval kinded_hash : ?cache:bool -> tree -> kinded_hashval of_hash : Repo.t -> kinded_hash -> tree option Lwt.tval verifier_error_t : verifier_error Irmin__.Type.tval produce_proof :
repo ->
kinded_key ->
(tree -> (tree * 'a) Lwt.t) ->
(Proof.tree Proof.t * 'a) Lwt.tval verify_proof :
Proof.tree Proof.t ->
(tree -> (tree * 'a) Lwt.t) ->
(tree * 'a, verifier_error) result Lwt.tval hash_of_proof_state : Proof.tree -> kinded_hashval produce_stream :
repo ->
kinded_key ->
(tree -> (tree * 'a) Lwt.t) ->
(Proof.stream Proof.t * 'a) Lwt.tval verify_stream :
Proof.stream Proof.t ->
(tree -> (tree * 'a) Lwt.t) ->
(tree * 'a, verifier_error) result Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>