()
| 70287 | if (this.ended) |
| 70288 | return; |
| 70289 | __classPrivateFieldGet7(this, _MessageStream_resolveConnectedPromise, "f").call(this); |
| 70290 | this._emit("connect"); |
| 70291 | } |
| 70292 | get ended() { |
| 70293 | return __classPrivateFieldGet7(this, _MessageStream_ended, "f"); |
| 70294 | } |
nothing calls this directly
no test coverage detected