Is this usable, as far as this machine can tell?
(&self)
| 58 | |
| 59 | /// Is this usable, as far as this machine can tell? |
| 60 | pub fn is_usable(&self) -> bool { |
| 61 | self.status == DelegationStatus::Active |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | /// Every stored certificate naming `identity` as the delegate, verified. |
no outgoing calls
no test coverage detected