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

Function _reject

out/cli.cjs:72781–72784  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

72779 if (isDone) return;
72780 isDone = true;
72781 onDone && onDone(value, isRejected);
72782 };
72783 const _resolve = (value) => {
72784 done(value);
72785 resolve(value);
72786 };
72787 const _reject = (reason) => {

Callers

nothing calls this directly

Calls 2

doneFunction · 0.85
rejectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…