(position)
| 462 | } |
| 463 | |
| 464 | getTextAtPosition(position) { |
| 465 | const { index } = this.locationFromPosition(position) |
| 466 | return this.getTextAtIndex(index) |
| 467 | } |
| 468 | |
| 469 | getPieceAtPosition(position) { |
| 470 | const { index, offset } = this.locationFromPosition(position) |
nothing calls this directly
no test coverage detected