Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ containerManager.test.ts
File
containerManager.test.ts
src/node/multiProject/containerManager.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it } from
"bun:test"
;
2
import
assert from
"node:assert/strict"
;
3
import
fs from
"node:fs/promises"
;
4
import
os from
"node:os"
;
Callers
nothing calls this directly
Calls
5
createWorkspaceDir
Function · 0.85
createContainer
Method · 0.80
getContainerPath
Method · 0.80
removeContainer
Method · 0.80
readFile
Method · 0.65
Tested by
no test coverage detected