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

Method gen_dispatch_id

components/scheduler/src/vm_session.rs:431–434  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

429 }
430
431 fn gen_dispatch_id(&mut self) -> u64 {
432 self.dispatch_id_gen += 1;
433 self.dispatch_id_gen
434 }
435}
436
437/// Things the guild handler needs to act on in response to worker messages,

Callers 2

dispatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected