MCPcopy Create free account
hub / github.com/Botloader/botloader / num_pending_acks

Method num_pending_acks

components/scheduler/src/vm_session.rs:427–429  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

425 }
426
427 pub fn num_pending_acks(&self) -> usize {
428 self.pending_acks.len()
429 }
430
431 fn gen_dispatch_id(&mut self) -> u64 {
432 self.dispatch_id_gen += 1;

Callers 1

get_statusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected