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

Function defaultWriterReadyPromiseReset

out/cli.cjs:12985–12987  ·  view source on GitHub ↗
(writer)

Source from the content-addressed store, hash-verified

12983 writer._readyPromiseState = "rejected";
12984 }
12985 function defaultWriterReadyPromiseReset(writer) {
12986 defaultWriterReadyPromiseInitialize(writer);
12987 }
12988 function defaultWriterReadyPromiseResetToRejected(writer, reason) {
12989 defaultWriterReadyPromiseInitializeAsRejected(writer, reason);
12990 }

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…