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

Function IsReadableStreamBYOBRequest

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

Source from the content-addressed store, hash-verified

11363 return x5 instanceof ReadableByteStreamController2;
11364 }
11365 function IsReadableStreamBYOBRequest(x5) {
11366 if (!typeIsObject(x5)) {
11367 return false;
11368 }
11369 if (!Object.prototype.hasOwnProperty.call(x5, "_associatedReadableByteStreamController")) {
11370 return false;
11371 }
11372 return x5 instanceof ReadableStreamBYOBRequest2;
11373 }
11374 function ReadableByteStreamControllerCallPullIfNeeded(controller) {
11375 const shouldPull = ReadableByteStreamControllerShouldCallPull(controller);
11376 if (!shouldPull) {

Callers 3

viewMethod · 0.85
respondMethod · 0.85
respondWithNewViewMethod · 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…