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

Class CacheDir

dev-scripts/src/cache.rs:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12/// The directory in which all downloads and test artifacts reside.
13#[derive(Clone, Debug)]
14pub struct CacheDir(PathBuf);
15
16impl CacheDir {
17 /// Creates a new [`CacheDir`] from XDG default location.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected