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

Method run

atomic-cli/src/commands/org/set.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77
78impl Command for OrgSet {
79 fn run(&self) -> CliResult<()> {
80 self.run_with_verifier(verify_org_exists)
81 }
82}
83
84impl OrgSet {

Callers 1

empty_slug_rejectedFunction · 0.45

Calls 1

run_with_verifierMethod · 0.45

Tested by 1

empty_slug_rejectedFunction · 0.36