Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ WorktreeManager.test.ts
File
WorktreeManager.test.ts
src/node/worktree/WorktreeManager.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, spyOn } from
"bun:test"
;
2
import
* as os from
"os"
;
3
import
* as path from
"path"
;
4
import
* as fsPromises from
"fs/promises"
;
Callers
nothing calls this directly
Calls
9
createWorktreeManagerFixture
Function · 0.85
getWorkspacePath
Method · 0.65
createWorkspace
Method · 0.65
cleanup
Method · 0.65
renameWorkspace
Method · 0.65
deleteWorkspace
Method · 0.65
readFile
Method · 0.65
writeFile
Method · 0.65
parse
Method · 0.45
Tested by
no test coverage detected