(&self)
| 571 | } |
| 572 | |
| 573 | pub fn is_empty(&self) -> bool { |
| 574 | (self.id.is_empty() && self.enc_id.is_empty()) || self.key_pair.0.is_empty() |
| 575 | } |
| 576 | |
| 577 | pub fn get_home() -> PathBuf { |
| 578 | #[cfg(any(target_os = "android", target_os = "ios"))] |
no outgoing calls
no test coverage detected