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

Method create_workspace

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

Create a new workspace.

(
        &self,
        req: &CreateWorkspaceRequest,
    )

Source from the content-addressed store, hash-verified

256
257 /// Create a new workspace.
258 pub async fn create_workspace(
259 &self,
260 req: &CreateWorkspaceRequest,
261 ) -> Result<WorkspaceInfo, RemoteError> {
262 self.post("/workspaces", req).await
263 }
264
265 /// Get a single workspace by slug.
266 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