MCPcopy
hub / github.com/continuedev/continue / generateLines

Function generateLines

core/diff/util.ts:136–141  ·  view source on GitHub ↗
(lines: T[])

Source from the content-addressed store, hash-verified

134}
135
136export async function* generateLines<T>(lines: T[]): AsyncGenerator<T> {
137 for (const line of lines) {
138 yield line;
139 // await new Promise((resolve, reject) => setTimeout(() => resolve(null), 50));
140 }
141}

Callers 4

util.vitest.tsFile · 0.90
applyCodeBlockFunction · 0.90
handleNonInstantDiffMethod · 0.90
collectDiffsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected