Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ git
Function
git
src/workspaces.test.ts:128–130 ·
view source on GitHub ↗
(cwd: string, args: string[])
Source
from the content-addressed store, hash-verified
126
}
127
128
async
function
git(cwd: string, args: string[]): Promise<void> {
129
await
execFileAsync(
"git"
, args, { cwd });
130
}
Callers
1
workspaces.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected