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

Function ReadableStreamDefaultControllerClearAlgorithms

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

Source from the content-addressed store, hash-verified

13335 return false;
13336 }
13337 function ReadableStreamDefaultControllerClearAlgorithms(controller) {
13338 controller._pullAlgorithm = void 0;
13339 controller._cancelAlgorithm = void 0;
13340 controller._strategySizeAlgorithm = void 0;
13341 }
13342 function ReadableStreamDefaultControllerClose(controller) {
13343 if (!ReadableStreamDefaultControllerCanCloseOrEnqueue(controller)) {
13344 return;

Callers 4

[CancelSteps]Method · 0.85
[PullSteps]Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…