Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ default
Method
default
atomic-cli/src/commands/workspace/list.rs:60–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
impl Default for WorkspaceList {
60
fn default() -> Self {
61
Self {
62
org: None,
63
server: None,
64
format:
"table"
.to_string(),
65
}
66
}
67
}
68
69
impl WorkspaceList {
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected