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

Function PerformPromiseThen

out/cli.cjs:10492–10494  ·  view source on GitHub ↗
(promise, onFulfilled, onRejected)

Source from the content-addressed store, hash-verified

10490 return originalPromiseReject(reason);
10491 }
10492 function PerformPromiseThen(promise, onFulfilled, onRejected) {
10493 return originalPromiseThen.call(promise, onFulfilled, onRejected);
10494 }
10495 function uponPromise(promise, onFulfilled, onRejected) {
10496 PerformPromiseThen(PerformPromiseThen(promise, onFulfilled, onRejected), void 0, rethrowAssertionErrorRejection);
10497 }

Callers 7

uponPromiseFunction · 0.85
transformPromiseWithFunction · 0.85
_queueMicrotaskFunction · 0.85
nextFunction · 0.85
pipeStepFunction · 0.85
waitForWritesToFinishFunction · 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…