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

Method run

atomic-cli/src/commands/org/delete.rs:75–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected