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

Method run

atomic-cli/src/commands/project/init.rs:96–102  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

94
95impl Command for ProjectInit {
96 fn run(&self) -> CliResult<()> {
97 let rt = tokio::runtime::Runtime::new().map_err(|e| {
98 CliError::Internal(anyhow::anyhow!("Failed to create async runtime: {}", e))
99 })?;
100
101 rt.block_on(self.execute())
102 }
103}
104
105impl ProjectInit {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected