Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ DockerRuntime.test.ts
File
DockerRuntime.test.ts
src/node/runtime/DockerRuntime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"bun:test"
;
2
import
{ DockerRuntime, getContainerName } from
"./DockerRuntime"
;
3
import
type
{ InitLogger } from
"./Runtime"
;
4
Callers
nothing calls this directly
Calls
5
getContainerName
Function · 0.90
getImage
Method · 0.80
getWorkspacePath
Method · 0.65
abort
Method · 0.65
forkWorkspace
Method · 0.65
Tested by
no test coverage detected