(&self)
| 124 | } |
| 125 | |
| 126 | pub fn details(&self) -> Option<&RepoLinkDetails> { |
| 127 | self.metadata.details.as_ref() |
| 128 | } |
| 129 | |
| 130 | pub fn has_details(&self) -> bool { |
| 131 | self.metadata.details.is_some() |
nothing calls this directly
no outgoing calls
no test coverage detected