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

Method run

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected