(&self, offset: TextSize)
| 16 | } |
| 17 | |
| 18 | pub fn line_index(&self, offset: TextSize) -> LineNumber { |
| 19 | self.index.line_index(offset) |
| 20 | } |
| 21 | |
| 22 | pub fn source_location(&self, offset: TextSize) -> SourceLocation { |
| 23 | self.index |
no outgoing calls
no test coverage detected