Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
impl Command for OrgSet {
79
fn run(&self) -> CliResult<()> {
80
self.run_with_verifier(verify_org_exists)
81
}
82
}
83
84
impl OrgSet {
Callers
1
empty_slug_rejected
Function · 0.45
Calls
1
run_with_verifier
Method · 0.45
Tested by
1
empty_slug_rejected
Function · 0.36