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

Function WritableStreamDefaultControllerClose

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

Source from the content-addressed store, hash-verified

12807 controller._strategySizeAlgorithm = void 0;
12808 }
12809 function WritableStreamDefaultControllerClose(controller) {
12810 EnqueueValueWithSize(controller, closeSentinel, 0);
12811 WritableStreamDefaultControllerAdvanceQueueIfNeeded(controller);
12812 }
12813 function WritableStreamDefaultControllerGetChunkSize(controller, chunk) {
12814 try {
12815 return controller._strategySizeAlgorithm(chunk);

Callers 1

WritableStreamCloseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…