MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / run

Method run

atomic-cli/src/commands/team/update.rs:100–106  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

98
99impl Command for TeamUpdate {
100 fn run(&self) -> CliResult<()> {
101 let rt = tokio::runtime::Runtime::new().map_err(|e| {
102 CliError::Internal(anyhow::anyhow!("Failed to create async runtime: {e}"))
103 })?;
104
105 rt.block_on(self.execute())
106 }
107}
108
109impl TeamUpdate {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected