MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_empty

Method is_empty

nodedb-array/src/segment/mbr_index/build.rs:85–87  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

83 }
84
85 pub fn is_empty(&self) -> bool {
86 self.root.is_none()
87 }
88
89 /// Return the indices of tiles whose MBR intersects `pred`.
90 /// Order matches segment Hilbert order.

Callers 5

read_tile_as_ofMethod · 0.45
buildMethod · 0.45
split_into_chunksFunction · 0.45
checkFunction · 0.45
checkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected