(&self, repo_id: RepoId, mutation: &Mutation)
| 182 | |
| 183 | impl ParentTopic { |
| 184 | pub fn fetch(&self, repo_id: RepoId, mutation: &Mutation) -> Result<Option<RepoTopic>> { |
| 185 | Ok(mutation.fetch_topic(repo_id, &self.id)) |
| 186 | } |
| 187 | } |
| 188 | |
| 189 | #[derive(Clone, Debug, Deserialize, Serialize)] |
no test coverage detected