pub(super) fn is_crate_downloaded(
    cache_path: &Filesystem,
    config: &Config,
    pkg: PackageId
) -> bool
Expand description

Checks if a tarball of pkg has been already downloaded under the directory at cache_path.

This is primarily called by RegistryData::is_crate_downloaded.