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

Method list_workspaces

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

List all workspaces visible to the authenticated identity.

(&self)

Source from the content-addressed store, hash-verified

251
252 /// List all workspaces visible to the authenticated identity.
253 pub async fn list_workspaces(&self) -> Result<Vec<WorkspaceInfo>, RemoteError> {
254 self.get("/workspaces").await
255 }
256
257 /// Create a new workspace.
258 pub async fn create_workspace(

Callers 1

runMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected