MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / git

Function git

scripts/draft-changelog.ts:191–196  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

189}
190
191function git(args: string[]) {
192 return execFileSync("git", args, {
193 cwd: ROOT,
194 encoding: "utf-8",
195 }).trim();
196}
197
198function tagExists(tag: string) {
199 try {

Callers 3

tagExistsFunction · 0.70
resolvePreviousTagFunction · 0.70
getCommitsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected