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