Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ repo_dir
Method
repo_dir
dev-scripts/src/sync/aur.rs:152–154 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
150
}
151
152
fn repo_dir(&self) -> PathBuf {
153
self.download_dir().join(AUR_DIR)
154
}
155
156
fn target_dir(&self) -> PathBuf {
157
self.cache_dir.as_ref().join(AUR_DIR)
Callers
2
update_or_clone
Method · 0.80
parallel_extract_files
Method · 0.80
Calls
2
download_dir
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected