MCPcopy 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

extendMethod · 0.45
intersectsMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected