(&self)
| 48 | } |
| 49 | |
| 50 | async fn details(&self) -> Option<RepoLinkDetails<'_>> { |
| 51 | self.0.details().map(RepoLinkDetails) |
| 52 | } |
| 53 | |
| 54 | async fn display_color(&self) -> &str { |
| 55 | if self.0.repo_id.is_wiki() { |
nothing calls this directly
no outgoing calls
no test coverage detected