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

Function finalize

out/cli.cjs:6979–6983  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6977 signal.addEventListener("abort", abortAndFinalize);
6978 }
6979 function finalize() {
6980 req.abort();
6981 if (signal) signal.removeEventListener("abort", abortAndFinalize);
6982 clearTimeout(reqTimeout);
6983 }
6984 if (request3.timeout) {
6985 req.once("socket", function(socket) {
6986 reqTimeout = setTimeout(function() {

Callers 4

abortAndFinalizeFunction · 0.85
fetch4Function · 0.85
doTheRestFunction · 0.85
shutdownFunction · 0.85

Calls 5

clearTimeoutFunction · 0.85
rejectFunction · 0.85
abortMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…