sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
LWW register instantiated using the in-memory backend provided by Irmin_mem
and the timestamp method Time.Unix
module Store :
Irmin.S
with type branch = string
with type key = string list
with type step = string
Content store of the register. All store related operations like branching, cloning, merging, etc are done through this module.
val read : path:Store.key -> Store.t -> value option Lwt.t
Reads the value from the register. Returns None
if no value is written
val write :
?info:Irmin.Info.f ->
path:Store.key ->
Store.t ->
value ->
unit Lwt.t
Writes the provided value to the register