()
| 15 | |
| 16 | // Anchor/start of the selection. |
| 17 | get anchor() { return this._anchor; }, |
| 18 | set anchor(point) { |
| 19 | this._focus.token = this._anchor.token = point.token || null; |
| 20 | this._focus.offset = this._anchor.offset = point.offset || 0; |
nothing calls this directly
no outgoing calls
no test coverage detected