plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library plebeia.test_utils
type segment = Plebeia.Segment.t
type value = Plebeia.Value.t
Moves the cursor down a segment, to the root of a sub-tree. Think "cd segment/"
Create a subtree (bud). Think "mkdir segment"
Moves the cursor back to the parent tree. Think "cd .."
Gets a value if present in the current tree at the given segment.
Inserts a value at the given segment in the current tree. Returns the new cursor if successful.
Upserts. This can still fail if the segment leads to a subtree.
val of_plebeia_node : Plebeia.Context.t -> Plebeia.Node.node -> t
val dot_of_node : t -> string
val dot_of_cursor : cursor -> string
ON THIS PAGE
No table of contents