MCPcopy 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_nodeFunction · 0.45
insert_entryFunction · 0.45

Calls 2

lenMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected