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

Method len

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

Total tasks across all tiers.

(&self)

Source from the content-addressed store, hash-verified

83
84 /// Total tasks across all tiers.
85 pub fn len(&self) -> usize {
86 self.critical.len() + self.high.len() + self.low.len()
87 }
88
89 /// `true` if all tiers are empty.
90 pub fn is_empty(&self) -> bool {

Callers 15

decode_f32_le_roundtripFunction · 0.45
approx_sizeMethod · 0.45
advise_willneedFunction · 0.45
advise_dontneedFunction · 0.45
write_and_readFunction · 0.45
to_vec_copiesFunction · 0.45
io_metrics.rsFile · 0.45
read_filesMethod · 0.45
scan_kvMethod · 0.45
scan_columnarMethod · 0.45

Calls

no outgoing calls

Tested by 5

decode_f32_le_roundtripFunction · 0.36
write_and_readFunction · 0.36
to_vec_copiesFunction · 0.36