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