MCPcopy Create free account
hub / github.com/Moosync/Moosync / handle_extension_command

Method handle_extension_command

src-tauri/extensions/src/ext_runner.rs:699–706  ·  view source on GitHub ↗
(
        &mut self,
        command: &ExtensionCommand,
        tx: MainCommandReplySender,
    )

Source from the content-addressed store, hash-verified

697
698 #[tracing::instrument(level = "debug", skip(self))]
699 pub async fn handle_extension_command(
700 &mut self,
701 command: &ExtensionCommand,
702 tx: MainCommandReplySender,
703 ) -> MoosyncResult<()> {
704 tracing::debug!("Executing command {:?}", command);
705 return self.execute_command(command, tx).await;
706 }
707
708 #[tracing::instrument(level = "debug", skip(self))]
709 pub async fn handle_runner_command(

Callers 1

Calls 1

execute_commandMethod · 0.80

Tested by

no test coverage detected