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