Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ tile_count
Method
tile_count
nodedb-array/src/segment/reader.rs:169–171 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
167
}
168
169
pub fn tile_count(&self) -> usize {
170
self.footer.tiles.len()
171
}
172
173
/// Reverse-scan tile entries with the given `hilbert_prefix` and
174
/// `system_from_ms <= system_as_of`, returning the newest qualifying
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected