MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / BPlusTree_length

Function BPlusTree_length

python/bplustree_c_src/bplustree_module.c:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Py_ssize_t
105BPlusTree_length(BPlusTree *self) {
106 return self->size;
107}
108
109int
110BPlusTree_contains(BPlusTree *self, PyObject *key) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected