MCPcopy 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
366static int
367node_clear_gc(BPlusNode *node)
368{
369 return node_gc_op(node, NULL, NULL, 1);
370}
371
372
373static int

Callers 1

BPlusTree_clearFunction · 0.85

Calls 1

node_gc_opFunction · 0.85

Tested by

no test coverage detected