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

Method tombstone_count

nodedb-vector/src/flat.rs:332–334  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

330 }
331
332 pub fn tombstone_count(&self) -> usize {
333 self.len().saturating_sub(self.live_count)
334 }
335}
336
337#[cfg(test)]

Callers 1

run_compactionMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected