Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_stats
Method · 0.80
publish_to_topic
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected