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

Function ReadableByteStreamControllerClearAlgorithms

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

Source from the content-addressed store, hash-verified

11628 return false;
11629 }
11630 function ReadableByteStreamControllerClearAlgorithms(controller) {
11631 controller._pullAlgorithm = void 0;
11632 controller._cancelAlgorithm = void 0;
11633 }
11634 function ReadableByteStreamControllerClose(controller) {
11635 const stream4 = controller._controlledReadableByteStream;
11636 if (controller._closeRequested || stream4._state !== "readable") {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…