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

Method run

atomic-cli/src/commands/sandbox.rs:56–62  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54
55impl Command for Sandbox {
56 fn run(&self) -> CliResult<()> {
57 match &self.command {
58 SandboxCommands::Create(cmd) => cmd.run(),
59 SandboxCommands::Stage(cmd) => cmd.run(),
60 SandboxCommands::Seal(cmd) => cmd.run(),
61 }
62 }
63}
64
65/// Create a sandbox working tree for an agent.

Callers

nothing calls this directly

Calls 8

find_repository_rootFunction · 0.85
create_view_fromMethod · 0.80
current_viewMethod · 0.80
provision_sandboxMethod · 0.80
stageMethod · 0.80
sealMethod · 0.80
cloneMethod · 0.45
existsMethod · 0.45

Tested by

no test coverage detected