(&self)
| 218 | /// Returns `true` if this is a whitespace token. |
| 219 | #[inline] |
| 220 | pub fn is_whitespace(&self) -> bool { |
| 221 | self.kind.is_whitespace() |
| 222 | } |
| 223 | |
| 224 | /// Sets the leaf's state. |
| 225 | pub fn set_state(&mut self, state: LeafState) { |
no outgoing calls
no test coverage detected