Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ BPlusNode
Class
BPlusNode
python/bplustree_c_src/bplustree.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
/* Forward declarations */
38
typedef struct BPlusNode BPlusNode;
39
typedef struct BPlusTree BPlusTree;
40
41
/*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected