package irmin-test
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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/Backend/Repo/index.html
Module Backend.Repo
A repo abstraction.
type t = repoRepo opening and closing functions
v config is a function returning fresh store handles, with the configuration config, which is provided by the backend.
close t frees up all the resources associated with t. Any operations run on a closed handle will raise Closed.
Getters from repo to backend store in ro mode
val contents_t : t -> Irmin.Perms.read Contents.tval node_t : t -> Irmin.Perms.read Node.tval commit_t : t -> Irmin.Perms.read Commit.tval config : t -> Irmin__.Conf.tval batch :
t ->
(Irmin.Perms.read_write Contents.t ->
Irmin.Perms.read_write Node.t ->
Irmin.Perms.read_write Commit.t ->
'a Lwt.t) ->
'a Lwt.tA getter from repo to backend stores in rw mode.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>