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

Function errorRequest

out/cli.cjs:55385–55392  ·  view source on GitHub ↗
(client, request3, err)

Source from the content-addressed store, hash-verified

55383 const { socket, client } = this;
55384 socket[kWriting] = false;
55385 if (err) {
55386 assert2(client[kRunning] <= 1, "pipeline should only contain this request");
55387 util4.destroy(socket, err);
55388 }
55389 }
55390 };
55391 function errorRequest(client, request3, err) {
55392 try {
55393 request3.onError(err);
55394 assert2(request3.aborted);
55395 } catch (err2) {

Callers 7

[kDestroy]Method · 0.85
onHTTP2GoAwayFunction · 0.85
onErrorFunction · 0.85
onSocketCloseFunction · 0.85
connect3Function · 0.85
writeFunction · 0.85
writeH2Function · 0.85

Calls 2

onErrorMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…