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

Method run

atomic-cli/src/commands/workspace/set.rs:89–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87
88impl Command for WorkspaceSet {
89 fn run(&self) -> CliResult<()> {
90 self.run_with_verifier(verify_workspace_exists)
91 }
92}
93
94impl WorkspaceSet {

Callers 2

empty_slug_rejectedFunction · 0.45

Calls 1

run_with_verifierMethod · 0.45

Tested by 2

empty_slug_rejectedFunction · 0.36