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

Method total_evicted

nodedb/src/event/cdc/buffer.rs:227–230  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

225 }
226
227 pub fn total_evicted(&self) -> u64 {
228 self.total_evicted
229 .load(std::sync::atomic::Ordering::Relaxed)
230 }
231
232 pub fn name(&self) -> &str {
233 &self.name

Callers 2

consume_localFunction · 0.80
buffer_statsMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected