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

Function ReadableByteStreamControllerShiftPendingPullInto

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

Source from the content-addressed store, hash-verified

11601 ReadableByteStreamControllerCallPullIfNeeded(controller);
11602 }
11603 function ReadableByteStreamControllerShiftPendingPullInto(controller) {
11604 const descriptor = controller._pendingPullIntos.shift();
11605 return descriptor;
11606 }
11607 function ReadableByteStreamControllerShouldCallPull(controller) {
11608 const stream4 = controller._controlledReadableByteStream;
11609 if (stream4._state !== "readable") {

Calls 1

shiftMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…