(&self)
| 100 | } |
| 101 | |
| 102 | pub fn leaked_data(&self) -> Result<Vec<(RepoId, String)>> { |
| 103 | self.git.leaked_data() |
| 104 | } |
| 105 | |
| 106 | pub fn topic(&self, repo_id: RepoId, topic_id: &str) -> RepoTopic { |
| 107 | let topic_id = ExternalId::try_from(topic_id).unwrap(); |