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