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

Method create_workspace

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

Create a new workspace.

(
        &self,
        req: &CreateWorkspaceRequest,
    )

Source from the content-addressed store, hash-verified

283
284 /// Create a new workspace.
285 pub async fn create_workspace(
286 &self,
287 req: &CreateWorkspaceRequest,
288 ) -> Result<WorkspaceInfo, RemoteError> {
289 self.post("/workspaces", req).await
290 }
291
292 /// Get a single workspace by slug.
293 pub async fn get_workspace(&self, slug: &str) -> Result<WorkspaceInfo, RemoteError> {

Callers 2

runMethod · 0.80
executeMethod · 0.80

Calls 1

postMethod · 0.80

Tested by

no test coverage detected