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

Function IsReadableStreamBYOBReader

out/cli.cjs:12004–12012  ·  view source on GitHub ↗
(x5)

Source from the content-addressed store, hash-verified

12002 });
12003 }
12004 function IsReadableStreamBYOBReader(x5) {
12005 if (!typeIsObject(x5)) {
12006 return false;
12007 }
12008 if (!Object.prototype.hasOwnProperty.call(x5, "_readIntoRequests")) {
12009 return false;
12010 }
12011 return x5 instanceof ReadableStreamBYOBReader2;
12012 }
12013 function ReadableStreamBYOBReaderRead(reader, view, min, readIntoRequest) {
12014 const stream4 = reader._ownerReadableStream;
12015 stream4._disturbed = true;

Callers 7

closedMethod · 0.85
cancelMethod · 0.85
readMethod · 0.85
releaseLockMethod · 0.85
pullWithDefaultReaderFunction · 0.85
ReadableStreamCancelFunction · 0.85

Calls 1

typeIsObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…