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

Function onend

out/cli.cjs:26115–26119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26113 socket.removeListener("readable", read);
26114 }
26115 function onend() {
26116 cleanup();
26117 debug5("onend");
26118 reject(new Error("Proxy connection ended before receiving CONNECT response"));
26119 }
26120 function onerror(err) {
26121 cleanup();
26122 debug5("onerror %o", err);

Callers

nothing calls this directly

Calls 3

debug5Function · 0.85
rejectFunction · 0.85
cleanupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…