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

Method onUpgrade

out/cli.cjs:53561–53563  ·  view source on GitHub ↗
(statusCode, headers, socket)

Source from the content-addressed store, hash-verified

53559 } else if (this.opts.body && typeof this.opts.body !== "string" && !ArrayBuffer.isView(this.opts.body) && util4.isIterable(this.opts.body)) {
53560 this.opts.body = new BodyAsyncIterable(this.opts.body);
53561 }
53562 }
53563 onConnect(abort) {
53564 this.abort = abort;
53565 this.handler.onConnect(abort, { history: this.history });
53566 }

Callers 5

onUpgradeMethod · 0.45
executeMethod · 0.45
writeH2Function · 0.45
onUpgradeMethod · 0.45
onUpgradeMethod · 0.45

Calls 6

resume2Function · 0.85
removeSignalFunction · 0.85
removeListenerMethod · 0.80
parseHeadersMethod · 0.80
destroyMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected