MCPcopy Index your code
hub / github.com/emwalker/digraph / fetch

Method fetch

backend/src/git/types.rs:184–186  ·  view source on GitHub ↗
(&self, repo_id: RepoId, mutation: &Mutation)

Source from the content-addressed store, hash-verified

182
183impl 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)]

Callers 4

callMethod · 0.45
make_linkMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls 1

fetch_topicMethod · 0.45

Tested by

no test coverage detected