Returns the range of the current token.
(&self)
| 117 | |
| 118 | /// Returns the range of the current token. |
| 119 | pub(crate) fn current_range(&self) -> TextRange { |
| 120 | self.current_range |
| 121 | } |
| 122 | |
| 123 | /// Returns the flags for the current token. |
| 124 | pub(crate) fn current_flags(&self) -> TokenFlags { |
no outgoing calls
no test coverage detected