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

Function ReadableStreamGetNumReadIntoRequests

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

Source from the content-addressed store, hash-verified

11870 }
11871 }
11872 function ReadableStreamGetNumReadIntoRequests(stream4) {
11873 return stream4._reader._readIntoRequests.length;
11874 }
11875 function ReadableStreamHasBYOBReader(stream4) {
11876 const reader = stream4._reader;
11877 if (reader === void 0) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…