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

Method is_empty

nodedb/src/control/scatter_gather.rs:82–84  ·  view source on GitHub ↗

Check if the envelope is empty.

(&self)

Source from the content-addressed store, hash-verified

80
81 /// Check if the envelope is empty.
82 pub fn is_empty(&self) -> bool {
83 self.batches.is_empty()
84 }
85}
86
87/// Result of applying adaptive fan-out limits to a scatter envelope.

Callers 15

run_checkpoint_cycleFunction · 0.45
run_catchup_cycleFunction · 0.45
newMethod · 0.45
is_enabledMethod · 0.45
process_eventFunction · 0.45
unlistenMethod · 0.45
unlisten_allMethod · 0.45
notifyMethod · 0.45
deliverMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected