Returns true if the token is alive (not deleted).
(&self)
| 100 | |
| 101 | /// Returns true if the token is alive (not deleted). |
| 102 | pub fn is_alive(&self) -> bool { |
| 103 | self.state.is_alive() |
| 104 | } |
| 105 | |
| 106 | /// Returns true if the token is deleted. |
| 107 | pub fn is_deleted(&self) -> bool { |
no outgoing calls
no test coverage detected