()
| 998 | return this.offset === 0 |
| 999 | } |
| 1000 | isAtEnd(): boolean { |
| 1001 | return this.offset >= this.text.length |
| 1002 | } |
| 1003 | |
| 1004 | startOfFirstLine(): Cursor { |
| 1005 | // Go to the very beginning of the text (first character of first line) |
no outgoing calls
no test coverage detected