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

Function TransformStreamDefaultControllerError

out/cli.cjs:14573–14575  ·  view source on GitHub ↗
(controller, e3)

Source from the content-addressed store, hash-verified

14571 }
14572 }
14573 function TransformStreamDefaultControllerError(controller, e3) {
14574 TransformStreamError(controller._controlledTransformStream, e3);
14575 }
14576 function TransformStreamDefaultControllerPerformTransform(controller, chunk) {
14577 const transformPromise = controller._transformAlgorithm(chunk);
14578 return transformPromiseWith(transformPromise, void 0, (r3) => {

Callers 1

errorMethod · 0.85

Calls 1

TransformStreamErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…