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

Method run

atomic-cli/src/commands/org/show.rs:77–83  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected