Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ node_clear_gc
Function
node_clear_gc
python/bplustree_c_src/bplustree_module.c:366–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
static int
367
node_clear_gc(BPlusNode *node)
368
{
369
return node_gc_op(node, NULL, NULL, 1);
370
}
371
372
373
static int
Callers
1
BPlusTree_clear
Function · 0.85
Calls
1
node_gc_op
Function · 0.85
Tested by
no test coverage detected