Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ arity
Method
arity
nodedb-array/src/segment/mbr_index/node.rs:28–30 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
26
}
27
28
pub fn arity(&self) -> usize {
29
self.min.len()
30
}
31
32
/// Union `self` with `other` in-place. Empty boxes (arity 0) are
33
/// ignored — callers seed leaves with concrete MBRs.
Callers
2
extend
Method · 0.45
intersects
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected