(&self)
| 254 | } |
| 255 | |
| 256 | pub fn display_color(&self) -> &str { |
| 257 | if self.in_wiki_repo() { |
| 258 | "" |
| 259 | } else { |
| 260 | DEFAULT_PRIVATE_COLOR |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | pub fn synonyms(&self) -> &[Synonym] { |
| 265 | self.repo_topic.synonyms() |
nothing calls this directly
no test coverage detected