resolve_sandbox_info_async

Function resolve_sandbox_info_async 

Source
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 SandboxInfo entries, one per AUR package.

Details:

  • Fetches .SRCINFO for each AUR package in parallel using async HTTP.
  • Parses dependencies and compares against host environment.
  • Returns empty vector if no AUR packages are present.