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

Method critical_len

nodedb/src/data/executor/core_loop/priority_queues.rs:95–97  ·  view source on GitHub ↗

Pending count for the Critical tier.

(&self)

Source from the content-addressed store, hash-verified

93
94 /// Pending count for the Critical tier.
95 pub fn critical_len(&self) -> usize {
96 self.critical.len()
97 }
98
99 /// Pending count for the High tier.
100 pub fn high_len(&self) -> usize {

Callers 1

tickMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected