Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/electron/forge
/ git
Function
git
tools/update-dependencies.js:26–28 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
24
}
25
26
async
function
git(...args) {
27
await
spawnPassthrough(
'git'
, args);
28
}
29
30
async
function
yarn(...args) {
31
await
spawnPassthrough(
'yarn'
, args);
Callers
2
smoketestAndCommit
Method · 0.85
main
Function · 0.85
Calls
1
spawnPassthrough
Function · 0.85
Tested by
no test coverage detected