Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ node_traverse
Function
node_traverse
python/bplustree_c_src/bplustree_module.c:360–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
static int
361
node_traverse(BPlusNode *node, visitproc visit, void *arg)
362
{
363
return node_gc_op(node, visit, arg, 0);
364
}
365
366
static int
367
node_clear_gc(BPlusNode *node)
Callers
1
BPlusTree_traverse
Function · 0.85
Calls
1
node_gc_op
Function · 0.85
Tested by
no test coverage detected