(&self)
| 97 | } |
| 98 | |
| 99 | async fn display_color(&self) -> &str { |
| 100 | self.0.display_color() |
| 101 | } |
| 102 | |
| 103 | async fn id(&self) -> String { |
| 104 | format!("{}:{}", self.0.topic_id(), self.0.repo_id) |
nothing calls this directly
no outgoing calls
no test coverage detected