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

Method run

atomic-cli/src/commands/team/show.rs:78–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

76
77impl Command for TeamShow {
78 fn run(&self) -> CliResult<()> {
79 let rt = tokio::runtime::Runtime::new().map_err(|e| {
80 CliError::Internal(anyhow::anyhow!("Failed to create async runtime: {e}"))
81 })?;
82
83 rt.block_on(self.execute())
84 }
85}
86
87impl TeamShow {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected