pub async fn find_packages_for_rollback(
partitioned: &HashMap<Ecosystem, Vec<String>>,
options: &CrawlerOptions,
silent: bool,
) -> HashMap<String, PathBuf>Expand description
Variant of find_packages_for_purls for rollback, which needs to remap
pypi qualified PURLs (with ?artifact_id=...) to the base PURL found
by the crawler.