Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
pub trait GitPaths {
Callers
6
ensure
Method · 0.80
delete
Method · 0.80
repo_deleted
Function · 0.80
invalid_user
Function · 0.80
wiki_repo
Function · 0.80
idempotency
Function · 0.80
Calls
1
relative_path
Method · 0.45
Tested by
4
repo_deleted
Function · 0.64
invalid_user
Function · 0.64
wiki_repo
Function · 0.64
idempotency
Function · 0.64