MCPcopy Create free account
hub / github.com/archlinux/alpm / AurDownloader

Class AurDownloader

dev-scripts/src/sync/aur.rs:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/// See [`AurDownloader::download_packages`] for more information.
32#[derive(Clone, Debug)]
33pub struct AurDownloader {
34 /// The destination folder into which files should be downloaded.
35 pub cache_dir: CacheDir,
36}
37
38impl AurDownloader {
39 /// Clone (or update) the AUR git repo and extract

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected