()
| 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) { |
no outgoing calls
no test coverage detected