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

Function ReadableByteStreamControllerInvalidateBYOBRequest

out/cli.cjs:11478–11485  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

11476 }
11477 }
11478 function ReadableByteStreamControllerInvalidateBYOBRequest(controller) {
11479 if (controller._byobRequest === null) {
11480 return;
11481 }
11482 controller._byobRequest._associatedReadableByteStreamController = void 0;
11483 controller._byobRequest._view = null;
11484 controller._byobRequest = null;
11485 }
11486 function ReadableByteStreamControllerProcessPullIntoDescriptorsUsingQueue(controller) {
11487 while (controller._pendingPullIntos.length > 0) {
11488 if (controller._queueTotalSize === 0) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…