MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / message_command

Method message_command

src/adapter/src/coord/message_handler.rs:659–661  ·  view source on GitHub ↗
(&mut self, cmd: Command)

Source from the content-addressed store, hash-verified

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) {

Callers 1

handle_messageMethod · 0.80

Calls 1

handle_commandMethod · 0.45

Tested by

no test coverage detected