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

Method deleted_count

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

Number of deleted rows.

(&self)

Source from the content-addressed store, hash-verified

49
50 /// Number of deleted rows.
51 pub fn deleted_count(&self) -> u64 {
52 self.inner.len()
53 }
54
55 /// Whether the bitmap is empty (no deletions).
56 pub fn is_empty(&self) -> bool {

Callers 1

compact_segmentFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected