MCPcopy
hub / github.com/coder/mux / getWorkspacePath

Method getWorkspacePath

src/node/runtime/DevcontainerRuntime.ts:507–509  ·  view source on GitHub ↗
(projectPath: string, workspaceName: string)

Source from the content-addressed store, hash-verified

505 }
506
507 getWorkspacePath(projectPath: string, workspaceName: string): string {
508 return this.worktreeManager.getWorkspacePath(projectPath, workspaceName);
509 }
510
511 async createWorkspace(params: WorkspaceCreationParams): Promise<WorkspaceCreationResult> {
512 return this.worktreeManager.createWorkspace({

Callers 3

createRuntimeFunction · 0.95
renameWorkspaceMethod · 0.95
deleteWorkspaceMethod · 0.95

Calls 1

getWorkspacePathMethod · 0.65

Tested by

no test coverage detected