MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / git

Function git

__tests__/extraction.test.ts:6964–6965  ·  view source on GitHub ↗
(cwd: string, ...args: string[])

Source from the content-addressed store, hash-verified

6962 it('should index files inside git submodules (issue #147)', async () => {
6963 const { execFileSync } = await import('child_process');
6964 const git = (cwd: string, ...args: string[]) =>
6965 execFileSync('git', args, { cwd, stdio: 'pipe' });
6966
6967 // Build a separate "library" repo to use as a submodule source.
6968 const libDir = path.join(tempDir, '_lib');

Callers 2

extraction.test.tsFile · 0.70
makeRepoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected