Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_of
Method · 0.45
build
Method · 0.45
split_into_chunks
Function · 0.45
check
Function · 0.45
check
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected