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

Function readableStreamAddReadIntoRequest

lib/internal/webstreams/readablestream.js:2295–2301  ·  view source on GitHub ↗
(stream, readIntoRequest)

Source from the content-addressed store, hash-verified

2293}
2294
2295function readableStreamAddReadIntoRequest(stream, readIntoRequest) {
2296 assert(readableStreamHasBYOBReader(stream));
2297 assert(stream[kState].state !== 'errored');
2298 ArrayPrototypePush(
2299 stream[kState].reader[kState].readIntoRequests,
2300 readIntoRequest);
2301}
2302
2303function readableStreamReaderGenericCancel(reader, reason) {
2304 const {

Callers 1

Calls 2

assertFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…