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