MCPcopy 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
384static int
385BPlusTree_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_deallocFunction · 0.85

Calls 1

node_clear_gcFunction · 0.85

Tested by

no test coverage detected