pub async fn check_startup_with_package_resources(
package_resources: Option<&PackageResources>,
) -> UpdateReportExpand description
Perform a best-effort startup check, using cached values only when a fresh request fails.
package_resources must be the same trust-gated resource set that the
session will load. None disables Pi package checks entirely.