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

Function ReadableByteStreamControllerClearPendingPullIntos

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

Source from the content-addressed store, hash-verified

11395 });
11396 }
11397 function ReadableByteStreamControllerClearPendingPullIntos(controller) {
11398 ReadableByteStreamControllerInvalidateBYOBRequest(controller);
11399 controller._pendingPullIntos = new SimpleQueue();
11400 }
11401 function ReadableByteStreamControllerCommitPullIntoDescriptor(stream4, pullIntoDescriptor) {
11402 let done = false;
11403 if (stream4._state === "closed") {

Callers 2

[CancelSteps]Method · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…