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

Method low_len

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

Pending count for the Low tier.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Pending count for the Low tier.
105 pub fn low_len(&self) -> usize {
106 self.low.len()
107 }
108
109 /// Peek at the front task without removing it.
110 ///

Callers 1

tickMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected