Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
use storage::StorageManager;
12
13
pub struct Tree<K, V> {
14
pub b: usize,
15
pub storage_manager: storage::StorageManager<K, V>,
16
}
17
18
impl<K, V> Tree<K, V>
19
where
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected