()
| 255 | } |
| 256 | |
| 257 | leave() { |
| 258 | if (!this.active) return; |
| 259 | this.active = false; |
| 260 | if (this._terminal) this._terminal.leave(); |
| 261 | } |
| 262 | |
| 263 | // ─── Layout ────────────────────────────────────────────────────────── |
| 264 |
no outgoing calls
no test coverage detected