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

Method is_empty

nodedb/src/engine/array/memtable/tile_buffer.rs:276–278  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

274 }
275
276 pub fn is_empty(&self) -> bool {
277 self.tiles.values().all(|b| b.entry_count() == 0)
278 }
279
280 /// Decode a raw coord key (zerompk-encoded `Vec<CoordValue>`) back to a
281 /// typed coordinate. Exposed so the store's ceiling scan can reconstruct

Callers 10

put_cellsMethod · 0.45
delete_cellsMethod · 0.45
temporal_purgeMethod · 0.45
prepare_flushMethod · 0.45
openMethod · 0.45
scan_tiles_atMethod · 0.45
apply_retentionFunction · 0.45
build_segment_bytesFunction · 0.45
rewrite_segmentFunction · 0.45
planFunction · 0.45

Calls 2

allMethod · 0.45
entry_countMethod · 0.45

Tested by

no test coverage detected