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

Method entry_count

nodedb/src/engine/array/memtable/tile_buffer.rs:111–113  ·  view source on GitHub ↗

Count of entries (including tombstones).

(&self)

Source from the content-addressed store, hash-verified

109
110 /// Count of entries (including tombstones).
111 pub fn entry_count(&self) -> usize {
112 self.entries.len()
113 }
114
115 /// Count of live (non-sentinel) entries — both tombstones and GDPR erasures
116 /// are excluded.

Callers 3

is_emptyMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected