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

Method get_workspace

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

Get a single workspace by slug.

(&self, slug: &str)

Source from the content-addressed store, hash-verified

291
292 /// Get a single workspace by slug.
293 pub async fn get_workspace(&self, slug: &str) -> Result<WorkspaceInfo, RemoteError> {
294 self.get(&format!("/workspaces/{}", slug)).await
295 }
296
297 /// Update an existing workspace.
298 pub async fn update_workspace(

Callers 4

runMethod · 0.80
runMethod · 0.80
verify_workspace_existsFunction · 0.80
executeMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected