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

Method run

atomic-cli/src/commands/org/list.rs:63–69  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

61
62impl Command for OrgList {
63 fn run(&self) -> CliResult<()> {
64 let rt = tokio::runtime::Runtime::new().map_err(|e| {
65 CliError::Internal(anyhow::anyhow!("Failed to create async runtime: {e}"))
66 })?;
67
68 rt.block_on(self.execute())
69 }
70}
71
72impl OrgList {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected