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

Function WritableStreamDefaultControllerGetDesiredSize

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

Source from the content-addressed store, hash-verified

12819 }
12820 }
12821 function WritableStreamDefaultControllerGetDesiredSize(controller) {
12822 return controller._strategyHWM - controller._queueTotalSize;
12823 }
12824 function WritableStreamDefaultControllerWrite(controller, chunk, chunkSize) {
12825 try {
12826 EnqueueValueWithSize(controller, chunk, chunkSize);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…