package irmin-fs
Generic file-system backend for Irmin
Install
Dune Dependency
Authors
Maintainers
Sources
irmin-3.4.1.tbz
sha256=922836116c30ec68068a38694a09bba521cf47edd0e4ae44e076b9b4963da180
sha512=30f6833157cab53cc285093d7f6a82492b9a3709c860160278b1e7b665a7640a0a4c6a0415df0c8127b3967a60146a6cbb99f1151476736afde6e2cf50a56890
doc/irmin-fs.unix/Irmin_fs_unix/Make/Tree/index.html
Module Make.Tree
val path_t : path Irmin__.Type.t
val step_t : step Irmin__.Type.t
val metadata_t : metadata Irmin__.Type.t
val contents_t : contents Irmin__.Type.t
val contents_key_t : contents_key Irmin__.Type.t
val node_t : node Irmin__.Type.t
val hash_t : hash Irmin__.Type.t
val t : tree Irmin__.Type.t
val empty : unit -> tree
val is_empty : tree -> bool
module Contents : sig ... end
val merge : tree Irmin__.Merge.t
val destruct : tree -> [ `Contents of Contents.t * metadata | `Node of node ]
val empty_marks : unit -> marks
type (!'a, !'b) folder = path -> 'b -> 'a -> 'a Lwt.t
val depth_t : depth Irmin__.Type.t
val 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.t
val stats_t : stats Irmin__.Type.t
val concrete_t : concrete Irmin__.Type.t
module Proof : sig ... end
val clear : ?depth:int -> tree -> unit
type 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 -> counters
val inspect :
tree ->
[ `Contents | `Node of [ `Key | `Map | `Portable_dirty | `Pruned | `Value ] ]
module Private : sig ... end
val kinded_key_t : kinded_key Irmin__.Type.t
val key : tree -> kinded_key option
val find_key : Repo.t -> tree -> kinded_key option Lwt.t
val of_key : Repo.t -> kinded_key -> tree option Lwt.t
val shallow : Repo.t -> kinded_key -> tree
val kinded_hash : ?cache:bool -> tree -> kinded_hash
val of_hash : Repo.t -> kinded_hash -> tree option Lwt.t
val verifier_error_t : verifier_error Irmin__.Type.t
val produce_proof :
repo ->
kinded_key ->
(tree -> (tree * 'a) Lwt.t) ->
(Proof.tree Proof.t * 'a) Lwt.t
val verify_proof :
Proof.tree Proof.t ->
(tree -> (tree * 'a) Lwt.t) ->
(tree * 'a, verifier_error) result Lwt.t
val produce_stream :
repo ->
kinded_key ->
(tree -> (tree * 'a) Lwt.t) ->
(Proof.stream Proof.t * 'a) Lwt.t
val 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)"
>