(e3, t3)
| 4913 | this._csiHandlers[this._identifier(e3)] && delete this._csiHandlers[this._identifier(e3)]; |
| 4914 | } |
| 4915 | setCsiHandlerFallback(e3) { |
| 4916 | this._csiHandlerFb = e3; |
| 4917 | } |
| 4918 | registerDcsHandler(e3, t3) { |
| 4919 | return this._dcsParser.registerHandler(this._identifier(e3), t3); |
| 4920 | } |
nothing calls this directly
no test coverage detected