(&mut self, cmd: Command)
| 657 | |
| 658 | #[mz_ore::instrument(level = "debug")] |
| 659 | async fn message_command(&mut self, cmd: Command) { |
| 660 | self.handle_command(cmd).await; |
| 661 | } |
| 662 | |
| 663 | #[mz_ore::instrument(level = "debug")] |
| 664 | async fn message_controller(&mut self, message: ControllerResponse) { |
no test coverage detected