(&self)
| 64 | } |
| 65 | |
| 66 | pub fn url(&self) -> &str { |
| 67 | if let Some(details) = &self.details { |
| 68 | &details.url |
| 69 | } else { |
| 70 | "no url" |
| 71 | } |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | #[derive(Clone, Debug, Deserialize, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected