MCPcopy Index your code
hub / github.com/nodejs/node / appendTransformResultAsyncSlow

Function appendTransformResultAsyncSlow

lib/internal/streams/iter/pull.js:436–440  ·  view source on GitHub ↗
(target, result)

Source from the content-addressed store, hash-verified

434}
435
436async function appendTransformResultAsyncSlow(target, result) {
437 for await (const batch of processTransformResultAsync(result)) {
438 ArrayPrototypePush(target, batch);
439 }
440}
441
442// =============================================================================
443// Sync Pipeline Implementation

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…