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

Function convertUnderlyingSourceStartCallback

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

Source from the content-addressed store, hash-verified

13884 return (controller) => promiseCall(fn, original, [controller]);
13885 }
13886 function convertUnderlyingSourceStartCallback(fn, original, context) {
13887 assertFunction(fn, context);
13888 return (controller) => reflectCall(fn, original, [controller]);
13889 }
13890 function convertReadableStreamType(type2, context) {
13891 type2 = `${type2}`;
13892 if (type2 !== "bytes") {

Callers 1

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…