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

Function TransformStreamUnblockWrite

out/cli.cjs:14433–14437  ·  view source on GitHub ↗
(stream4)

Source from the content-addressed store, hash-verified

14431 TransformStreamUnblockWrite(stream4);
14432 }
14433 function TransformStreamUnblockWrite(stream4) {
14434 if (stream4._backpressure) {
14435 TransformStreamSetBackpressure(stream4, false);
14436 }
14437 }
14438 function TransformStreamSetBackpressure(stream4, backpressure) {
14439 if (stream4._backpressureChangePromise !== void 0) {
14440 stream4._backpressureChangePromise_resolve();

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…