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

Method total_dropped

nodedb/src/control/notify_bus.rs:228–230  ·  view source on GitHub ↗

Total dropped notifications since server start.

(&self)

Source from the content-addressed store, hash-verified

226
227 /// Total dropped notifications since server start.
228 pub fn total_dropped(&self) -> u64 {
229 self.dropped.load(Ordering::Relaxed)
230 }
231
232 /// Number of distinct (tenant, channel) subscriptions currently active.
233 pub fn subscription_count(&self) -> usize {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected