sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Blob log instantiated using the FS backend provided by Irmin_unix
and the timestamp method Time.Unix
module Store :
Irmin.S
with type branch = string
with type key = string list
with type step = string
Store for the log. All store related operations like branching, cloning, merging, etc are done through this module.
val append : path:Store.key -> Store.t -> value -> unit Lwt.t
Append an entry to the log
val read_all : path:Store.key -> Store.t -> value list Lwt.t
Read the entire log