Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ gitRootDiscovery.test.ts
File
gitRootDiscovery.test.ts
src/node/multiProject/gitRootDiscovery.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ execSync } from
"node:child_process"
;
2
import
* as fs from
"node:fs/promises"
;
3
import
* as os from
"node:os"
;
4
import
* as path from
"node:path"
;
Callers
nothing calls this directly
Calls
5
discoverGitRoots
Function · 0.90
sortPaths
Function · 0.85
createTempDir
Function · 0.70
initGitRepo
Function · 0.70
writeFile
Method · 0.65
Tested by
no test coverage detected