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

Function shiftBigFile

__tests__/mcp-stale-slice.test.ts:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 });
118
119 function shiftBigFile(): void {
120 const p = path.join(fixtureDir, 'src', 'big.ts');
121 fs.writeFileSync(p, insertedPrelude() + fs.readFileSync(p, 'utf-8'));
122 }
123
124 it('codegraph_node never serves another symbol\'s body from a drifted file (cross-project)', async () => {
125 shiftBigFile();

Callers 1

Calls 2

insertedPreludeFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected