Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carsonpo/haystackdb
/ NodeType
Enum
NodeType
src/structures/tree/node.rs:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
#[derive(Debug, PartialEq, Clone)]
9
pub enum NodeType {
10
Leaf,
11
Internal,
12
}
13
14
const MAX_KEYS: usize = 10;
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected