Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ runtimeHelpers.test.ts
File
runtimeHelpers.test.ts
src/node/runtime/runtimeHelpers.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
type
{ RuntimeConfig } from
"@/common/types/runtime"
;
3
import
{ DevcontainerRuntime } from
"./DevcontainerRuntime"
;
4
import
{
Callers
nothing calls this directly
Calls
4
createRuntimeForWorkspace
Function · 0.90
resolveWorkspaceExecutionPath
Function · 0.90
createRuntimeContextForWorkspace
Function · 0.90
getWorkspacePath
Method · 0.65
Tested by
no test coverage detected