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

Method run

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

Source from the content-addressed store, hash-verified

81
82impl Command for OrgUpdate {
83 fn run(&self) -> CliResult<()> {
84 let rt = tokio::runtime::Runtime::new().map_err(|e| {
85 CliError::Internal(anyhow::anyhow!("Failed to create async runtime: {e}"))
86 })?;
87
88 rt.block_on(self.execute())
89 }
90}
91
92impl OrgUpdate {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected