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