(e3, t3)
| 6091 | this._core.clearSelection(); |
| 6092 | } |
| 6093 | selectAll() { |
| 6094 | this._core.selectAll(); |
| 6095 | } |
| 6096 | selectLines(e3, t3) { |
| 6097 | this._verifyIntegers(e3, t3), this._core.selectLines(e3, t3); |
| 6098 | } |
nothing calls this directly
no test coverage detected