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

Function transformPromiseWith

out/cli.cjs:10504–10506  ·  view source on GitHub ↗
(promise, fulfillmentHandler, rejectionHandler)

Source from the content-addressed store, hash-verified

10502 uponPromise(promise, void 0, onRejected);
10503 }
10504 function transformPromiseWith(promise, fulfillmentHandler, rejectionHandler) {
10505 return PerformPromiseThen(promise, fulfillmentHandler, rejectionHandler);
10506 }
10507 function setPromiseIsHandledToTrue(promise) {
10508 PerformPromiseThen(promise, void 0, rethrowAssertionErrorRejection);
10509 }

Callers 8

nextMethod · 0.85
returnMethod · 0.85
_returnStepsMethod · 0.85
pullAlgorithmFunction · 0.85
cancelAlgorithmFunction · 0.85
ReadableStreamCancelFunction · 0.85

Calls 1

PerformPromiseThenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…