Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
impl Command for WorkspaceSet {
89
fn run(&self) -> CliResult<()> {
90
self.run_with_verifier(verify_workspace_exists)
91
}
92
}
93
94
impl WorkspaceSet {
Callers
2
empty_slug_rejected
Function · 0.45
empty_org_override_rejected
Function · 0.45
Calls
1
run_with_verifier
Method · 0.45
Tested by
2
empty_slug_rejected
Function · 0.36
empty_org_override_rejected
Function · 0.36