(&self)
| 89 | } |
| 90 | |
| 91 | async fn details(&self) -> Option<RepoTopicDetails<'_>> { |
| 92 | self.0.details().map(RepoTopicDetails) |
| 93 | } |
| 94 | |
| 95 | async fn display_name(&self) -> String { |
| 96 | self.0.display_name(Locale::EN) // FIXME |
nothing calls this directly
no outgoing calls
no test coverage detected