()
| 497 | } |
| 498 | |
| 499 | startOfLogicalLine(): Cursor { |
| 500 | return new Cursor(this.measuredText, this.findLogicalLineStart(), 0) |
| 501 | } |
| 502 | |
| 503 | firstNonBlankInLogicalLine(): Cursor { |
| 504 | const { start, end } = this.getLogicalLineBounds() |
no test coverage detected