Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_underflow
Method
is_underflow
nodedb-spatial/src/rtree/node.rs:118–120 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
116
}
117
118
pub fn is_underflow(&self) -> bool {
119
self.len() < self.min_fill()
120
}
121
122
pub fn recompute_bbox(&mut self) {
123
match &self.kind {
Callers
1
delete_entry
Function · 0.80
Calls
2
min_fill
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected