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

Method get_workspace

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

Get a single workspace by slug.

(&self, slug: &str)

Source from the content-addressed store, hash-verified

264
265 /// Get a single workspace by slug.
266 pub async fn get_workspace(&self, slug: &str) -> Result<WorkspaceInfo, RemoteError> {
267 self.get(&format!("/workspaces/{}", slug)).await
268 }
269
270 /// Update an existing workspace.
271 pub async fn update_workspace(

Callers 3

runMethod · 0.80
verify_workspace_existsFunction · 0.80
executeMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected