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

Function promiseCall

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

Source from the content-addressed store, hash-verified

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));
10528 } catch (value) {
10529 return promiseRejectedWith(value);
10530 }
10531 }
10532 const QUEUE_MAX_ARRAY_SIZE = 16384;
10533 class SimpleQueue {
10534 constructor() {

Calls 3

promiseResolvedWithFunction · 0.85
reflectCallFunction · 0.85
promiseRejectedWithFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…