MCPcopy Create free account
hub / github.com/coder/mux / forkWorkspace

Method forkWorkspace

src/node/runtime/DevcontainerRuntime.ts:922–925  ·  view source on GitHub ↗
(params: WorkspaceForkParams)

Source from the content-addressed store, hash-verified

920 }
921
922 async forkWorkspace(params: WorkspaceForkParams): Promise<WorkspaceForkResult> {
923 // Fork creates a new worktree - container will be built on first ensureReady
924 return this.worktreeManager.forkWorkspace(params);
925 }
926
927 /**
928 * Set the current workspace path for exec operations.

Callers

nothing calls this directly

Calls 1

forkWorkspaceMethod · 0.65

Tested by

no test coverage detected