Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
Py_ssize_t
105
BPlusTree_length(BPlusTree *self) {
106
return self->size;
107
}
108
109
int
110
BPlusTree_contains(BPlusTree *self, PyObject *key) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected