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

Function reflectCall

out/cli.cjs:10519–10524  ·  view source on GitHub ↗
(F5, V6, args)

Source from the content-addressed store, hash-verified

10517 return _queueMicrotask(callback);
10518 };
10519 function reflectCall(F5, V6, args) {
10520 if (typeof F5 !== "function") {
10521 throw new TypeError("Argument is not a function");
10522 }
10523 return Function.prototype.apply.call(F5, V6, args);
10524 }
10525 function promiseCall(F5, V6, args) {
10526 try {
10527 return promiseResolvedWith(reflectCall(F5, V6, args));

Callers 7

promiseCallFunction · 0.85
GetIteratorFunction · 0.85
IteratorNextFunction · 0.85
cancelAlgorithmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…