()
| 472 | } |
| 473 | |
| 474 | startOfLogicalLine(): Cursor { |
| 475 | return new Cursor(this.measuredText, this.findLogicalLineStart(), 0) |
| 476 | } |
| 477 | |
| 478 | firstNonBlankInLogicalLine(): Cursor { |
| 479 | const { start, end } = this.getLogicalLineBounds() |
no test coverage detected