(&self)
| 120 | |
| 121 | impl RepoLink { |
| 122 | pub fn added(&self) -> Timestamp { |
| 123 | self.metadata.added |
| 124 | } |
| 125 | |
| 126 | pub fn details(&self) -> Option<&RepoLinkDetails> { |
| 127 | self.metadata.details.as_ref() |
nothing calls this directly
no outgoing calls
no test coverage detected