package irmin-test
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Irmin test suite
Install
dune-project
Dependency
Authors
Maintainers
Sources
irmin-3.11.0.tbz
sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1
doc/irmin-test.bench/Irmin_bench/Make/argument-1-S/Branch/index.html
Module S.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 main : tThe name of the main 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