pub async fn resolve_sandbox_info_async(
items: &[PackageItem],
) -> Vec<SandboxInfo>Expand description
What: Resolve sandbox information for AUR packages using async HTTP.
Inputs:
items: AUR packages to analyze.
Output:
- Vector of
SandboxInfoentries, one per AUR package.
Details:
- Fetches
.SRCINFOfor each AUR package in parallel using async HTTP. - Parses dependencies and compares against host environment.
- Returns empty vector if no AUR packages are present.