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
Monad for asynchronous file system operations
val raw_cursor : raw_cursor t
val fold :
'a ->
Path.t ->
( 'a ->
Path.t ->
tree ->
( [ `Continue | `Exit | `Up ] * 'a, Error.t ) Stdlib.result Lwt.t ) ->
'a t
Folding
- `Continue: if the item is a directory, its items are recursively folded
- `Up: if the item is a directory, its items are skipped
- `Exit: terminate the folding immediately and returns the accumulator as the final result of
fold
ON THIS PAGE
No table of contents