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
val string_of_node : Node_type.node -> int -> string
Dump a node
val simple_string_of_node : Node_type.node -> string
Dump a node, but not recursively
val dot_of_node : Node_type.node -> string
Obtain Graphviz dot file representation of the tree
val dot_of_cursor : Cursor.cursor -> string
Obtain Graphviz dot file representation of the cursor
val validate_node : Context.t -> Node_type.node -> ( unit, string ) Result.t
Invariant checking of node
val save_cursor_to_dot : string -> Cursor.cursor -> unit
val save_node_to_dot : string -> Node_type.node -> unit
Graphviz visualization
ON THIS PAGE
No table of contents