MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / Tree

Class Tree

src/structures/mmap_tree.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11use storage::StorageManager;
12
13pub struct Tree<K, V> {
14 pub b: usize,
15 pub storage_manager: storage::StorageManager<K, V>,
16}
17
18impl<K, V> Tree<K, V>
19where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected