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

Function uponFulfillment

out/cli.cjs:10498–10500  ·  view source on GitHub ↗
(promise, onFulfilled)

Source from the content-addressed store, hash-verified

10496 PerformPromiseThen(PerformPromiseThen(promise, onFulfilled, onRejected), void 0, rethrowAssertionErrorRejection);
10497 }
10498 function uponFulfillment(promise, onFulfilled) {
10499 uponPromise(promise, onFulfilled);
10500 }
10501 function uponRejection(promise, onRejected) {
10502 uponPromise(promise, void 0, onRejected);
10503 }

Callers 3

isOrBecomesClosedFunction · 0.85
shutdownWithActionFunction · 0.85
shutdownFunction · 0.85

Calls 1

uponPromiseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…