MCPcopy
hub / github.com/colbymchenry/codegraph / git

Function git

__tests__/sync.test.ts:159–161  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

157 let cg: CodeGraph;
158
159 function git(...args: string[]) {
160 execFileSync('git', args, { cwd: testDir, stdio: 'pipe' });
161 }
162
163 beforeEach(async () => {
164 testDir = fs.mkdtempSync(path.join(os.tmpdir(), 'codegraph-git-sync-'));

Callers 1

sync.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected