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

Function promiseResolvedWith

out/cli.cjs:10486–10488  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10484 return new originalPromise(executor);
10485 }
10486 function promiseResolvedWith(value) {
10487 return newPromise((resolve) => resolve(value));
10488 }
10489 function promiseRejectedWith(reason) {
10490 return originalPromiseReject(reason);
10491 }

Calls 1

newPromiseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…