()
| 1040 | } |
| 1041 | |
| 1042 | private get columns(): number { |
| 1043 | return this.measuredText.columns + 1 |
| 1044 | } |
| 1045 | |
| 1046 | getPosition(): Position { |
| 1047 | return this.measuredText.getPositionFromOffset(this.offset) |
nothing calls this directly
no outgoing calls
no test coverage detected