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

Method iter

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

Source from the content-addressed store, hash-verified

290 }
291
292 pub fn iter(&self) -> impl Iterator<Item = (&TileId, &TileBuffer)> {
293 self.tiles.iter()
294 }
295
296 /// Returns an iterator over all tile versions for `hilbert_prefix` whose
297 /// `system_from_ms <= system_as_of`, ordered **newest-first**.

Callers 15

newMethod · 0.45
uniform_distributionFunction · 0.45
without_replacementFunction · 0.45
newMethod · 0.45
capacityMethod · 0.45
used_bytesMethod · 0.45
tier_statsMethod · 0.45
tier_indexFunction · 0.45
tier_grows_on_demandFunction · 0.45
casMethod · 0.45
atomic_putMethod · 0.45
purge_tenantMethod · 0.45

Calls

no outgoing calls