Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ git
Function
git
cli/scripts/build-cli.mjs:112–118 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
110
}
111
112
function
git(args) {
113
return
execFileSync(
'git'
, args, {
114
encoding:
'utf8'
,
115
cwd: GIT_ROOT,
116
stdio: [
'pipe'
,
'pipe'
,
'pipe'
],
117
}).trim();
118
}
Callers
2
semverFromLatestTag
Function · 0.85
getShortHash
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected