Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_overflow
Method
is_overflow
nodedb-spatial/src/rtree/node.rs:106–108 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
104
}
105
106
pub fn is_overflow(&self) -> bool {
107
self.len() > self.capacity()
108
}
109
110
pub fn min_fill(&self) -> usize {
111
if self.is_leaf() {
Callers
2
split_node
Function · 0.45
insert_entry
Function · 0.45
Calls
2
len
Method · 0.45
capacity
Method · 0.45
Tested by
no test coverage detected