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

Function IsReadableByteStreamController

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

Source from the content-addressed store, hash-verified

11354 });
11355 }
11356 function IsReadableByteStreamController(x5) {
11357 if (!typeIsObject(x5)) {
11358 return false;
11359 }
11360 if (!Object.prototype.hasOwnProperty.call(x5, "_controlledReadableByteStream")) {
11361 return false;
11362 }
11363 return x5 instanceof ReadableByteStreamController2;
11364 }
11365 function IsReadableStreamBYOBRequest(x5) {
11366 if (!typeIsObject(x5)) {
11367 return false;

Callers 7

byobRequestMethod · 0.85
desiredSizeMethod · 0.85
closeMethod · 0.85
enqueueMethod · 0.85
errorMethod · 0.85
constructorMethod · 0.85
ReadableStreamTeeFunction · 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…