package tezos-context
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Tezos: on-disk context abstraction for `tezos-node`
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-v12.3.tar.bz2
sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d
sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a
doc/tezos-context.helpers/Tezos_context_helpers/Context/Make_tree/argument-1-DB/Branch/index.html
Module DB.Branch
Manipulate branches.
Branch Store
Manipulate relations between branches and commits.
find r b is Some c iff c is bound to b in t. It is None if b is not present in t.
get t b is similar to find but raise Invalid_argument if b is not present in t.
watch t b f calls f on every change in b.
val watch_all :
repo ->
?init:(branch * commit) list ->
(branch -> commit Irmin.Diff.t -> unit Lwt.t) ->
watch Lwt.twatch_all t f calls f on every branch-related change in t, including creation/deletion events.
Base functions for branches.
include Irmin.Branch.S with type t = branch
Signature for Branches
type t = branchThe type for branches.
val t : t Irmin.Type.tval master : tThe name of the master branch.
val is_valid : t -> boolCheck if the branch is valid.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page