sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module S : ENCODABLE_VALUE
val load :
path:string ->
'a Store_sigs.mode ->
'a t Tezos_base.TzPervasives.tzresult Lwt.t
Load (or initializes) a singleton store in the file path
.
val read : [> `Read ] t -> S.t option Tezos_base.TzPervasives.tzresult Lwt.t
Reads the current value from the disk. Returns None
if the file does not exist.
val write : [> `Write ] t -> S.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Write the value to disk.
val delete : [> `Write ] t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Deletes the value from the disk.