Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ submoduleSync.test.ts
File
submoduleSync.test.ts
src/node/runtime/submoduleSync.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ execFileSync } 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
7
syncLocalGitSubmodules
Function · 0.90
syncRuntimeGitSubmodules
Function · 0.90
git
Function · 0.85
initGitRepo
Function · 0.70
pathExists
Function · 0.70
createInitLogger
Function · 0.70
readFile
Method · 0.65
Tested by
no test coverage detected