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

Method total_pushed

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

Source from the content-addressed store, hash-verified

221 }
222
223 pub fn total_pushed(&self) -> u64 {
224 self.total_pushed.load(std::sync::atomic::Ordering::Relaxed)
225 }
226
227 pub fn total_evicted(&self) -> u64 {
228 self.total_evicted

Callers 2

buffer_statsMethod · 0.80
publish_to_topicFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected