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