(e3)
| 657 | this._customWheelEventHandler = e3; |
| 658 | } |
| 659 | registerLinkProvider(e3) { |
| 660 | return this._linkProviderService.registerLinkProvider(e3); |
| 661 | } |
| 662 | registerCharacterJoiner(e3) { |
| 663 | if (!this._characterJoinerService) throw new Error("Terminal must be opened first"); |
| 664 | const t3 = this._characterJoinerService.register(e3); |
no outgoing calls
no test coverage detected