()
| 973 | return this.offset === 0 |
| 974 | } |
| 975 | isAtEnd(): boolean { |
| 976 | return this.offset >= this.text.length |
| 977 | } |
| 978 | |
| 979 | startOfFirstLine(): Cursor { |
| 980 | // Go to the very beginning of the text (first character of first line) |
no outgoing calls
no test coverage detected