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

Method tee

lib/internal/webstreams/readablestream.js:477–481  ·  view source on GitHub ↗

* @returns {ReadableStream[]}

()

Source from the content-addressed store, hash-verified

475 * @returns {ReadableStream[]}
476 */
477 tee() {
478 if (!isReadableStream(this))
479 throw new ERR_INVALID_THIS('ReadableStream');
480 return readableStreamTee(this, false);
481 }
482
483 /**
484 * @param {{

Calls 2

readableStreamTeeFunction · 0.85
isReadableStreamFunction · 0.50

Tested by

no test coverage detected