MCPcopy
hub / github.com/di-sukharev/opencommit / _connected

Method _connected

out/cli.cjs:81573–81578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81571 _run(executor) {
81572 setTimeout(() => {
81573 executor().then(() => {
81574 this._emitFinal();
81575 this._emit("end");
81576 }, __classPrivateFieldGet9(this, _EventStream_instances, "m", _EventStream_handleError).bind(this));
81577 }, 0);
81578 }
81579 _connected() {
81580 if (this.ended)
81581 return;

Callers 7

_createChatCompletionMethod · 0.45
_createChatCompletionMethod · 0.45
_fromReadableStreamMethod · 0.45
_fromReadableStreamMethod · 0.45

Calls 2

__classPrivateFieldGet9Function · 0.85
_emitMethod · 0.45

Tested by

no test coverage detected