()
| 22 | |
| 23 | // Focus/end of the selection. |
| 24 | get focus() { return this._focus; }, |
| 25 | set focus(point) { |
| 26 | this._focus.token = point.token || this._anchor.token; |
| 27 | this._focus.offset = point.offset || this._anchor.offset; |
nothing calls this directly
no outgoing calls
no test coverage detected