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

Method onConnect

out/cli.cjs:53557–53560  ·  view source on GitHub ↗
(abort)

Source from the content-addressed store, hash-verified

53555 });
53556 }
53557 } else if (this.opts.body && typeof this.opts.body.pipeTo === "function") {
53558 this.opts.body = new BodyAsyncIterable(this.opts.body);
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) {

Callers 5

onConnectMethod · 0.45
writeFunction · 0.45
writeH2Function · 0.45
constructorMethod · 0.45
onConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected