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

Function TransformStreamErrorWritableAndUnblockWrite

out/cli.cjs:14428–14432  ·  view source on GitHub ↗
(stream4, e3)

Source from the content-addressed store, hash-verified

14426 TransformStreamErrorWritableAndUnblockWrite(stream4, e3);
14427 }
14428 function TransformStreamErrorWritableAndUnblockWrite(stream4, e3) {
14429 TransformStreamDefaultControllerClearAlgorithms(stream4._transformStreamController);
14430 WritableStreamDefaultControllerErrorIfNeeded(stream4._writable._writableStreamController, e3);
14431 TransformStreamUnblockWrite(stream4);
14432 }
14433 function TransformStreamUnblockWrite(stream4) {
14434 if (stream4._backpressure) {
14435 TransformStreamSetBackpressure(stream4, false);

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…