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

Function WritableStreamDefaultControllerGetBackpressure

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

Source from the content-addressed store, hash-verified

12900 });
12901 }
12902 function WritableStreamDefaultControllerGetBackpressure(controller) {
12903 const desiredSize = WritableStreamDefaultControllerGetDesiredSize(controller);
12904 return desiredSize <= 0;
12905 }
12906 function WritableStreamDefaultControllerError(controller, error) {
12907 const stream4 = controller._controlledWritableStream;
12908 WritableStreamDefaultControllerClearAlgorithms(controller);

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…