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

Function convertQueuingStrategySize

out/cli.cjs:12063–12066  ·  view source on GitHub ↗
(fn, context)

Source from the content-addressed store, hash-verified

12061 };
12062 }
12063 function convertQueuingStrategySize(fn, context) {
12064 assertFunction(fn, context);
12065 return (chunk) => convertUnrestrictedDouble(fn(chunk));
12066 }
12067 function convertUnderlyingSink(original, context) {
12068 assertDictionary(original, context);
12069 const abort = original === null || original === void 0 ? void 0 : original.abort;

Callers 1

convertQueuingStrategyFunction · 0.85

Calls 2

assertFunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…