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

Function convertTransformerCancelCallback

out/cli.cjs:14325–14328  ·  view source on GitHub ↗
(fn, original, context)

Source from the content-addressed store, hash-verified

14323 return (chunk, controller) => promiseCall(fn, original, [chunk, controller]);
14324 }
14325 function convertTransformerCancelCallback(fn, original, context) {
14326 assertFunction(fn, context);
14327 return (reason) => promiseCall(fn, original, [reason]);
14328 }
14329 class TransformStream3 {
14330 constructor(rawTransformer = {}, rawWritableStrategy = {}, rawReadableStrategy = {}) {
14331 if (rawTransformer === void 0) {

Callers 1

convertTransformerFunction · 0.85

Calls 2

assertFunctionFunction · 0.85
promiseCallFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…