fn resolve_catalog_package_by_id(
conn: &DbConnection,
package_id: &str,
) -> Result<CatalogPackage>Expand description
Resolve a package by exact catalog ID.
The catalog ID path never asks the caller to choose between matches because a package ID is expected to identify exactly one record.