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

Function InternalTransferredReadableStream

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

Source from the content-addressed store, hash-verified

698});
699
700function InternalTransferredReadableStream() {
701 ObjectSetPrototypeOf(this, ReadableStream.prototype);
702 markTransferMode(this, false, true);
703 this[kType] = 'ReadableStream';
704 this[kState] = createReadableStreamState();
705}
706
707ObjectSetPrototypeOf(InternalTransferredReadableStream.prototype, ReadableStream.prototype);
708ObjectSetPrototypeOf(InternalTransferredReadableStream, ReadableStream);

Callers

nothing calls this directly

Calls 2

markTransferModeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…