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

Method repo

backend/src/git/client.rs:329–331  ·  view source on GitHub ↗
(&self, repo_id: RepoId)

Source from the content-addressed store, hash-verified

327 }
328
329 fn repo(&self, repo_id: RepoId) -> Result<core::Repo> {
330 core::Repo::ensure(&self.root, repo_id)
331 }
332
333 // The "prefix" argument tells us which repo to look in. The "prefix" in the method name
334 // alludes to the prefix scan that is done to find matching synonyms.

Callers 6

callMethod · 0.45
topic_pathMethod · 0.45
writeMethod · 0.45
save_changeMethod · 0.45
save_linkMethod · 0.45
save_topicMethod · 0.45

Calls 1

ensureFunction · 0.85

Tested by

no test coverage detected