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

Function run

lib/internal/webstreams/readablestream.js:1662–1665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1660 }
1661
1662 async function run() {
1663 // Run until step resolves as true
1664 while (!await step());
1665 }
1666
1667 if (signal !== undefined) {
1668 if (signal.aborted) {

Callers 1

readableStreamPipeToFunction · 0.70

Calls 1

stepFunction · 0.70

Tested by

no test coverage detected