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

Method run

atomic-cli/src/commands/org/upgrade.rs:76–82  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected