MCPcopy
hub / github.com/di-sukharev/opencommit / WritableStreamDefaultControllerClearAlgorithms

Function WritableStreamDefaultControllerClearAlgorithms

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

Source from the content-addressed store, hash-verified

12801 SetUpWritableStreamDefaultController(stream4, controller, startAlgorithm, writeAlgorithm, closeAlgorithm, abortAlgorithm, highWaterMark, sizeAlgorithm);
12802 }
12803 function WritableStreamDefaultControllerClearAlgorithms(controller) {
12804 controller._writeAlgorithm = void 0;
12805 controller._closeAlgorithm = void 0;
12806 controller._abortAlgorithm = void 0;
12807 controller._strategySizeAlgorithm = void 0;
12808 }
12809 function WritableStreamDefaultControllerClose(controller) {
12810 EnqueueValueWithSize(controller, closeSentinel, 0);
12811 WritableStreamDefaultControllerAdvanceQueueIfNeeded(controller);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…