MCPcopy 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_entryFunction · 0.80

Calls 2

min_fillMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected