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

Method repo_path

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

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn repo_path(&self, repo_id: RepoId) -> PathBuf {
69 self.path.join(repo_id.relative_path())
70 }
71}
72
73pub trait GitPaths {

Callers 6

ensureMethod · 0.80
deleteMethod · 0.80
repo_deletedFunction · 0.80
invalid_userFunction · 0.80
wiki_repoFunction · 0.80
idempotencyFunction · 0.80

Calls 1

relative_pathMethod · 0.45

Tested by 4

repo_deletedFunction · 0.64
invalid_userFunction · 0.64
wiki_repoFunction · 0.64
idempotencyFunction · 0.64