Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ BPlusTree_clear
Function
BPlusTree_clear
python/bplustree_c_src/bplustree_module.c:384–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
383
384
static int
385
BPlusTree_clear(BPlusTree *self) {
386
if (self->root) {
387
node_clear_gc(self->root);
388
}
389
return 0;
390
}
391
392
/* Type definition */
393
Callers
1
BPlusTree_dealloc
Function · 0.85
Calls
1
node_clear_gc
Function · 0.85
Tested by
no test coverage detected