MCPcopy 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

Calls 2

joinMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected