()
| 1032 | } |
| 1033 | |
| 1034 | endOfFile(): Cursor { |
| 1035 | return new Cursor(this.measuredText, this.text.length, 0) |
| 1036 | } |
| 1037 | |
| 1038 | public get text(): string { |
| 1039 | return this.measuredText.text |
nothing calls this directly
no outgoing calls
no test coverage detected