MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / gitExec

Function gitExec

projects/electron/src/modules/code/git.test.ts:35–37  ·  view source on GitHub ↗
(command: string, cwd: string = TEST_REPO_DIR)

Source from the content-addressed store, hash-verified

33
34// Helper to execute git commands
35function gitExec(command: string, cwd: string = TEST_REPO_DIR): string {
36 return execSync(command, { cwd, encoding: "utf8" })
37}
38
39const FIELD_SEPARATOR = "\x1f"
40const RECORD_SEPARATOR = "\x1e"

Callers 4

getLogLikeHandlerFunction · 0.85
setupTestRepoFunction · 0.85
git.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected