Returns true if the token is deleted.
(&self)
| 105 | |
| 106 | /// Returns true if the token is deleted. |
| 107 | pub fn is_deleted(&self) -> bool { |
| 108 | self.state.is_deleted() |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | // Line - A single line within a file |
no outgoing calls
no test coverage detected