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

Function TransformStreamError

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

Source from the content-addressed store, hash-verified

14422 return x5 instanceof TransformStream3;
14423 }
14424 function TransformStreamError(stream4, e3) {
14425 ReadableStreamDefaultControllerError(stream4._readable._readableStreamController, e3);
14426 TransformStreamErrorWritableAndUnblockWrite(stream4, e3);
14427 }
14428 function TransformStreamErrorWritableAndUnblockWrite(stream4, e3) {
14429 TransformStreamDefaultControllerClearAlgorithms(stream4._transformStreamController);
14430 WritableStreamDefaultControllerErrorIfNeeded(stream4._writable._writableStreamController, e3);

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…