Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ target_dir
Method
target_dir
dev-scripts/src/sync/aur.rs:156–158 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
154
}
155
156
fn target_dir(&self) -> PathBuf {
157
self.cache_dir.as_ref().join(AUR_DIR)
158
}
159
}
160
161
/// Downloads pkgbase.gz from aurweb and extracts the package names.
Callers
1
parallel_extract_files
Method · 0.80
Calls
2
join
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected