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

Function setPromiseIsHandledToTrue

out/cli.cjs:10507–10509  ·  view source on GitHub ↗
(promise)

Source from the content-addressed store, hash-verified

10505 return PerformPromiseThen(promise, fulfillmentHandler, rejectionHandler);
10506 }
10507 function setPromiseIsHandledToTrue(promise) {
10508 PerformPromiseThen(promise, void 0, rethrowAssertionErrorRejection);
10509 }
10510 let _queueMicrotask = (callback) => {
10511 if (typeof queueMicrotask === "function") {
10512 _queueMicrotask = queueMicrotask;

Calls 1

PerformPromiseThenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…