Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ high_len
Method
high_len
nodedb/src/data/executor/core_loop/priority_queues.rs:100–102 ·
view source on GitHub ↗
Pending count for the High tier.
(&self)
Source
from the content-addressed store, hash-verified
98
99
/// Pending count for the High tier.
100
pub fn high_len(&self) -> usize {
101
self.high.len()
102
}
103
104
/// Pending count for the Low tier.
105
pub fn low_len(&self) -> usize {
Callers
1
tick
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected