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

Method onComplete

out/cli.cjs:53593–53601  ·  view source on GitHub ↗
(trailers)

Source from the content-addressed store, hash-verified

53591 }
53592 }
53593 onData(chunk) {
53594 if (this.location) {
53595 } else {
53596 return this.handler.onData(chunk);
53597 }
53598 }
53599 onComplete(trailers) {
53600 if (this.location) {
53601 this.location = null;
53602 this.abort = null;
53603 this.dispatch(this.opts, this);
53604 } else {

Callers 6

onCompleteMethod · 0.45
onMessageCompleteMethod · 0.45
writeH2Function · 0.45
handleReplyFunction · 0.45
onCompleteMethod · 0.45
onCompleteMethod · 0.45

Calls 5

removeSignalFunction · 0.85
dispatchMethod · 0.80
parseHeadersMethod · 0.80
endMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected