(&self)
| 1454 | |
| 1455 | #[inline] |
| 1456 | fn token_start(&self) -> TextSize { |
| 1457 | self.token_range().start() |
| 1458 | } |
| 1459 | |
| 1460 | /// Creates a checkpoint to which the lexer can later return to using [`Self::rewind`]. |
| 1461 | pub(crate) fn checkpoint(&self) -> LexerCheckpoint { |
no test coverage detected