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

Function doTheRest

out/cli.cjs:13169–13172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13167 doTheRest();
13168 }
13169 function doTheRest() {
13170 uponPromise(action(), () => finalize(originalIsError, originalError), (newError) => finalize(true, newError));
13171 return null;
13172 }
13173 }
13174 function shutdown(isError2, error) {
13175 if (shuttingDown) {

Callers 1

shutdownWithActionFunction · 0.85

Calls 2

uponPromiseFunction · 0.85
finalizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…