Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ tiles
Method
tiles
nodedb-array/src/segment/reader.rs:165–167 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
163
}
164
165
pub fn tiles(&self) -> &[TileEntry] {
166
&self.footer.tiles
167
}
168
169
pub fn tile_count(&self) -> usize {
170
self.footer.tiles.len()
Callers
13
scan_tiles_with_hilbert_prefix
Method · 0.80
scan_tiles_at
Method · 0.80
open
Method · 0.80
run
Method · 0.80
rewrite_segment
Function · 0.80
plan
Function · 0.80
find_tile_index
Function · 0.80
cell_preservation_across_sparse_writes
Function · 0.80
inhorizon_versions_pass_through_unchanged
Function · 0.80
mixed_inhorizon_and_outhorizon
Function · 0.80
tombstone_collapses_into_ceiling
Function · 0.80
tombstone_below_with_inhorizon_live_succeeds
Function · 0.80
Calls
no outgoing calls
Tested by
6
cell_preservation_across_sparse_writes
Function · 0.64
inhorizon_versions_pass_through_unchanged
Function · 0.64
mixed_inhorizon_and_outhorizon
Function · 0.64
tombstone_collapses_into_ceiling
Function · 0.64
tombstone_below_with_inhorizon_live_succeeds
Function · 0.64
gdpr_erasure_drops_cell_outright
Function · 0.64