MCPcopy 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
112function git(args) {
113 return execFileSync('git', args, {
114 encoding: 'utf8',
115 cwd: GIT_ROOT,
116 stdio: ['pipe', 'pipe', 'pipe'],
117 }).trim();
118}

Callers 2

semverFromLatestTagFunction · 0.85
getShortHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected