()
| 6079 | return this._core.hasSelection(); |
| 6080 | } |
| 6081 | select(e3, t3, i2) { |
| 6082 | this._verifyIntegers(e3, t3, i2), this._core.select(e3, t3, i2); |
| 6083 | } |
| 6084 | getSelection() { |
| 6085 | return this._core.getSelection(); |
| 6086 | } |
nothing calls this directly
no test coverage detected