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

Method onUpgrade

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

Source from the content-addressed store, hash-verified

58116 }
58117 });
58118 }
58119 onRequestSent() {
58120 if (this.handler.onRequestSent) {
58121 this.handler.onRequestSent();
58122 }
58123 }
58124 onUpgrade(statusCode, headers, socket) {
58125 if (this.handler.onUpgrade) {

Callers

nothing calls this directly

Calls 1

onUpgradeMethod · 0.45

Tested by

no test coverage detected