Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ multiProjectRuntime.test.ts
File
multiProjectRuntime.test.ts
src/node/runtime/multiProjectRuntime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it, vi } from
"bun:test"
;
2
import
{ execFileSync } from
"node:child_process"
;
3
import
fs from
"node:fs/promises"
;
4
import
os from
"node:os"
;
Callers
nothing calls this directly
Calls
11
execBuffered
Function · 0.90
createWorkspaceWorktree
Function · 0.85
getContainerPath
Method · 0.80
resolve
Method · 0.80
createContainer
Method · 0.80
initGitRepo
Function · 0.70
ensureReady
Method · 0.65
push
Method · 0.65
initWorkspace
Method · 0.65
getWorkspacePath
Method · 0.65
basename
Method · 0.45
Tested by
no test coverage detected