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

Method len

nodedb/src/control/change_stream/live_set.rs:70–72  ·  view source on GitHub ↗

Number of live forwarder tasks still outstanding.

(&self)

Source from the content-addressed store, hash-verified

68
69 /// Number of live forwarder tasks still outstanding.
70 pub fn len(&self) -> usize {
71 self.tasks.len()
72 }
73
74 pub fn is_empty(&self) -> bool {
75 self.tasks.is_empty()

Callers 15

publishMethod · 0.45
filter_tombstoned_rowsFunction · 0.45
encode_msgpack_arrayFunction · 0.45
resolve_readFunction · 0.45
assert_noopFunction · 0.45
dependents_errorFunction · 0.45
execute_sliceMethod · 0.45
execute_putMethod · 0.45
execute_deleteMethod · 0.45
encode_rowFunction · 0.45
load_extra_casFunction · 0.45

Calls

no outgoing calls

Tested by 1

assert_noopFunction · 0.36