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

Method iter

nodedb-columnar/src/delete_bitmap.rs:118–120  ·  view source on GitHub ↗

Iterate over all deleted row indices.

(&self)

Source from the content-addressed store, hash-verified

116
117 /// Iterate over all deleted row indices.
118 pub fn iter(&self) -> impl Iterator<Item = u32> + '_ {
119 self.inner.iter()
120 }
121
122 /// Remove a row from the deleted set (undo a tombstone).
123 ///

Callers 15

encodeFunction · 0.45
alp_encodabilityFunction · 0.45
find_best_paramsFunction · 0.45
integer_valuesFunction · 0.45
decimal_values_one_digitFunction · 0.45
typical_cpu_metricsFunction · 0.45
temperature_readingsFunction · 0.45
exception_handlingFunction · 0.45
all_exceptionsFunction · 0.45
zero_valuesFunction · 0.45
negative_zeroFunction · 0.45

Calls

no outgoing calls

Tested by 15

integer_valuesFunction · 0.36
decimal_values_one_digitFunction · 0.36
typical_cpu_metricsFunction · 0.36
temperature_readingsFunction · 0.36
exception_handlingFunction · 0.36
all_exceptionsFunction · 0.36
zero_valuesFunction · 0.36
negative_zeroFunction · 0.36
large_datasetFunction · 0.36
legacy_codecs_still_workFunction · 0.36