MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / AcquireReadableStreamDefaultReader

Function AcquireReadableStreamDefaultReader

out/cli.cjs:10758–10760  ·  view source on GitHub ↗
(stream4)

Source from the content-addressed store, hash-verified

10756 }
10757 }
10758 function AcquireReadableStreamDefaultReader(stream4) {
10759 return new ReadableStreamDefaultReader2(stream4);
10760 }
10761 function ReadableStreamAddReadRequest(stream4, readRequest) {
10762 stream4._reader._readRequests.push(readRequest);
10763 }

Callers 6

ReadableStreamPipeToFunction · 0.85
ReadableStreamDefaultTeeFunction · 0.85
ReadableByteStreamTeeFunction · 0.85
pullWithDefaultReaderFunction · 0.85
getReaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…