Up – Package index » Octez-libs: Octez libraries » Library tezos_context_disk » Tezos_context_disk » Context » TreeOctez-libs: Octez libraries README Lwtreslib: an Lwt- and Result-friendly addition/replacement for the Stdlib Workers: Local, Lwt-based event-loops Library aggregation Library bare_functor_outputs Library bare_sigs Library bare_structs Library communication Library distribution Library octez-libs.aplonk Library octez-libs.base Library octez-libs.base-test-helpers Library octez-libs.bls12-381-hash Library octez-libs.bls12-381-polynomial Library octez-libs.bls12-381-signature Library octez-libs.clic Library octez-libs.context Library octez-libs.crypto Library octez-libs.crypto-dal Library octez-libs.distributed-plonk Library octez-libs.epoxy-tx Library octez-libs.error-monad Library octez-libs.event-logging Library octez-libs.event-logging-test-helpers Library octez-libs.expect-helper Library octez-libs.hacl Library octez-libs.lazy-containers Library octez-libs.lwt-result-stdlib Library octez-libs.mec Library octez-libs.micheline Library octez-libs.plompiler Library octez-libs.plonk Library octez-libs.polynomial Library octez-libs.requester Library octez-libs.rpc Library octez-libs.rpc-http Library octez-libs.rpc-http-client Library octez-libs.rpc-http-client-unix Library octez-libs.rpc-http-server Library octez-libs.srs-extraction Library octez-libs.stdlib Library octez-libs.stdlib-unix Library octez-libs.test-helpers Library octez-libs.tezos-context Library octez-libs.tezos-gossipsub Library octez-libs.tezos-p2p-services Library octez-libs.tezos-sapling Library octez-libs.tezos-workers Library octez-libs.tree-encoding Library octez-libs.version Library plonk_test Library tezos_base_p2p_identity_file Library tezos_base_unix Library tezos_clic_unix Library tezos_context_disk Library tezos_context_dump Library tezos_context_encoding Library tezos_context_helpers Library tezos_context_memory Library tezos_context_merkle_proof_encoding Library tezos_context_sigs Library tezos_crypto_dal_octez_dal_config Library tezos_version_parser Library traced_functor_outputs Library traced_sigs Library traced_structs Library traces Sources val mem : tree -> key -> bool Lwt .t val mem_tree : tree -> key -> bool Lwt .t val list :
tree ->
?offset :int ->
?length :int ->
key ->
(string * tree ) list Lwt .tval length : tree -> key -> int Lwt .t val fold :
?depth :[ `Eq of int | `Le of int | `Lt of int | `Ge of int | `Gt of int ] ->
tree ->
key ->
order :[ `Sorted | `Undefined ] ->
init :'a ->
f :(key -> tree -> 'a -> 'a Lwt .t ) ->
'a Lwt .tval is_empty : tree -> boolval kind : tree -> [ `Value | `Tree ] val clear : ?depth :int -> tree -> unitval pp : Stdlib .Format.formatter -> tree -> unitval raw_encoding : raw Tezos_base .TzPervasives.Data_encoding.tval make_repo : unit -> repo Lwt .tval is_shallow : tree -> bool