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

Method onBodySent

out/cli.cjs:53602–53606  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

53600 if (this.location) {
53601 this.location = null;
53602 this.abort = null;
53603 this.dispatch(this.opts, this);
53604 } else {
53605 this.handler.onComplete(trailers);
53606 }
53607 }
53608 onBodySent(chunk) {
53609 if (this.handler.onBodySent) {

Callers 9

onBodySentMethod · 0.45
writeFunction · 0.45
writeBodyH2Function · 0.45
onPipeDataFunction · 0.45
writeBlobFunction · 0.45
writeIterableFunction · 0.45
writeMethod · 0.45
onBodySentMethod · 0.45
onBodySentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected