(&mut self)
| 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, |
no outgoing calls
no test coverage detected