MCPcopy 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
360static int
361node_traverse(BPlusNode *node, visitproc visit, void *arg)
362{
363 return node_gc_op(node, visit, arg, 0);
364}
365
366static int
367node_clear_gc(BPlusNode *node)

Callers 1

BPlusTree_traverseFunction · 0.85

Calls 1

node_gc_opFunction · 0.85

Tested by

no test coverage detected