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

Function foldIfOver

src/resolution/callback-synthesizer.ts:3674–3677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3672 // Writer-side WAL backstop for the insert loops here (see the param doc):
3673 // one fstat when under the valve's hard cap, a parked full backfill past it.
3674 const foldIfOver = async (): Promise<void> => {
3675 const bp = backpressure?.();
3676 if (bp) await bp;
3677 };
3678
3679 const goMethodContains = has('go') ? await goCrossFileMethodContainsEdges(queries, yieldToLoop) : NONE;
3680 for (let i = 0; i < goMethodContains.length; i += 2000) {

Callers 1

synthesizeCallbackEdgesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected