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

Method list_workspaces

atomic-remote/src/storage.rs:280–282  ·  view source on GitHub ↗

List all workspaces visible to the authenticated identity.

(&self)

Source from the content-addressed store, hash-verified

278
279 /// List all workspaces visible to the authenticated identity.
280 pub async fn list_workspaces(&self) -> Result<Vec<WorkspaceInfo>, RemoteError> {
281 self.get("/workspaces").await
282 }
283
284 /// Create a new workspace.
285 pub async fn create_workspace(

Callers 1

runMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected