MCPcopy
hub / github.com/di-sukharev/opencommit / promiseRejectedWith

Function promiseRejectedWith

out/cli.cjs:10489–10491  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

10487 return newPromise((resolve) => resolve(value));
10488 }
10489 function promiseRejectedWith(reason) {
10490 return originalPromiseReject(reason);
10491 }
10492 function PerformPromiseThen(promise, onFulfilled, onRejected) {
10493 return originalPromiseThen.call(promise, onFulfilled, onRejected);
10494 }

Callers 15

promiseCallFunction · 0.85
closedMethod · 0.85
cancelMethod · 0.85
readMethod · 0.85
nextFunction · 0.85
returnFunction · 0.85
closedMethod · 0.85
cancelMethod · 0.85
readMethod · 0.85
abortMethod · 0.85
closeMethod · 0.85
WritableStreamCloseFunction · 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…