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

Function abortAndFinalize

out/cli.cjs:6970–6973  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6968 return;
6969 }
6970 const abortAndFinalize = function abortAndFinalize2() {
6971 abort();
6972 finalize();
6973 };
6974 const req = send(options);
6975 let reqTimeout;
6976 if (signal) {

Callers

nothing calls this directly

Calls 2

abortFunction · 0.85
finalizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…