Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ projectService.test.ts
File
projectService.test.ts
src/node/services/projectService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach } from
"bun:test"
;
2
import
* as fs from
"fs/promises"
;
3
import
* as path from
"path"
;
4
import
* as os from
"os"
;
Callers
nothing calls this directly
Calls
15
Ok
Function · 0.90
createLocalGitRepository
Function · 0.85
cloneWithFakeGit
Function · 0.85
collectCloneEvents
Function · 0.85
readLoggedEnv
Function · 0.85
cloneAndCaptureAskpassEnv
Function · 0.85
listDirectory
Method · 0.80
isAbsolute
Method · 0.80
clone
Method · 0.80
resolve
Method · 0.80
loadConfigOrDefault
Method · 0.80
cloneWithProgress
Method · 0.80
Tested by
no test coverage detected