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

Function index

__tests__/value-reference-edges.test.ts:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 });
43
44 function index(): CodeGraph {
45 const g = CodeGraph.initSync(dir, { config: { include: ['**/*.ts', '**/*.tsx'], exclude: [] } });
46 return g;
47 }
48
49 it('edges same-file readers to the file-scope const they read (default on)', async () => {
50 fs.writeFileSync(

Callers 1

Calls 1

initSyncMethod · 0.80

Tested by

no test coverage detected