Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
rename
Method · 0.95
orchestrateFork
Function · 0.95
createContainer
Method · 0.95
removeContainer
Method · 0.95
workspaceService.multiProject.test.ts
File · 0.80
containerManager.test.ts
File · 0.80
multiProjectRuntime.test.ts
File · 0.80
constructor
Method · 0.80
createWorkspace
Method · 0.80
deleteWorkspace
Method · 0.80
forkWorkspace
Method · 0.80
renameWorkspace
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected