MCPcopy 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_atMethod · 0.80
openMethod · 0.80
runMethod · 0.80
rewrite_segmentFunction · 0.80
planFunction · 0.80
find_tile_indexFunction · 0.80

Calls

no outgoing calls