MCPcopy 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
59impl Default for WorkspaceList {
60 fn default() -> Self {
61 Self {
62 org: None,
63 server: None,
64 format: "table".to_string(),
65 }
66 }
67}
68
69impl WorkspaceList {

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected