MCPcopy 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_cloneMethod · 0.80

Calls 2

download_dirMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected