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

Function onerror

out/cli.cjs:26120–26124  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

26118 reject(new Error("Proxy connection ended before receiving CONNECT response"));
26119 }
26120 function onerror(err) {
26121 cleanup();
26122 debug5("onerror %o", err);
26123 reject(err);
26124 }
26125 function ondata(b7) {
26126 buffers.push(b7);
26127 buffersLength += b7.length;

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…