()
| 81580 | if (this.ended) |
| 81581 | return; |
| 81582 | __classPrivateFieldGet9(this, _EventStream_resolveConnectedPromise, "f").call(this); |
| 81583 | this._emit("connect"); |
| 81584 | } |
| 81585 | get ended() { |
| 81586 | return __classPrivateFieldGet9(this, _EventStream_ended, "f"); |
| 81587 | } |
nothing calls this directly
no test coverage detected