(e3, t3)
| 5327 | this._core = e3; |
| 5328 | } |
| 5329 | registerCsiHandler(e3, t3) { |
| 5330 | return this._core.registerCsiHandler(e3, ((e4) => t3(e4.toArray()))); |
| 5331 | } |
| 5332 | addCsiHandler(e3, t3) { |
| 5333 | return this.registerCsiHandler(e3, t3); |
| 5334 | } |
nothing calls this directly
no test coverage detected