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

Function convertUnderlyingSinkStartCallback

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

Source from the content-addressed store, hash-verified

12088 return () => promiseCall(fn, original, []);
12089 }
12090 function convertUnderlyingSinkStartCallback(fn, original, context) {
12091 assertFunction(fn, context);
12092 return (controller) => reflectCall(fn, original, [controller]);
12093 }
12094 function convertUnderlyingSinkWriteCallback(fn, original, context) {
12095 assertFunction(fn, context);
12096 return (chunk, controller) => promiseCall(fn, original, [chunk, controller]);

Callers 1

convertUnderlyingSinkFunction · 0.85

Calls 2

assertFunctionFunction · 0.85
reflectCallFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…