(&self)
| 1449 | #[allow(clippy::cast_possible_truncation)] |
| 1450 | #[inline] |
| 1451 | fn offset(&self) -> TextSize { |
| 1452 | TextSize::new(self.source.len() as u32) - self.cursor.text_len() |
| 1453 | } |
| 1454 | |
| 1455 | #[inline] |
| 1456 | fn token_start(&self) -> TextSize { |
no test coverage detected