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

Method onData

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

Source from the content-addressed store, hash-verified

53585 this.opts.origin = origin2;
53586 this.opts.maxRedirections = 0;
53587 this.opts.query = null;
53588 if (statusCode === 303 && this.opts.method !== "HEAD") {
53589 this.opts.method = "GET";
53590 this.opts.body = null;
53591 }
53592 }
53593 onData(chunk) {
53594 if (this.location) {
53595 } else {

Callers 6

onDataMethod · 0.45
onBodyMethod · 0.45
writeH2Function · 0.45
handleReplyFunction · 0.45
onDataMethod · 0.45
onDataMethod · 0.45

Calls 2

pushMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected