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

Method getContainerPath

src/node/multiProject/containerManager.ts:17–19  ·  view source on GitHub ↗
(workspaceName: string)

Source from the content-addressed store, hash-verified

15 }
16
17 getContainerPath(workspaceName: string): string {
18 return path.join(this.containerBase, workspaceName);
19 }
20
21 async createContainer(
22 workspaceName: string,

Callers 12

renameMethod · 0.95
orchestrateForkFunction · 0.95
createContainerMethod · 0.95
removeContainerMethod · 0.95
constructorMethod · 0.80
createWorkspaceMethod · 0.80
deleteWorkspaceMethod · 0.80
forkWorkspaceMethod · 0.80
renameWorkspaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected