(e3)
| 4907 | return s3.push(t3), { dispose: () => { |
| 4908 | const e4 = s3.indexOf(t3); |
| 4909 | -1 !== e4 && s3.splice(e4, 1); |
| 4910 | } }; |
| 4911 | } |
| 4912 | clearCsiHandler(e3) { |
| 4913 | this._csiHandlers[this._identifier(e3)] && delete this._csiHandlers[this._identifier(e3)]; |
| 4914 | } |
nothing calls this directly
no test coverage detected