resolve_sandbox_info

Function resolve_sandbox_info 

Source
pub fn resolve_sandbox_info(items: &[PackageItem]) -> Vec<SandboxInfo>
Expand description

What: Resolve sandbox information for AUR packages (synchronous wrapper for async version).

Inputs:

  • items: AUR packages to analyze.

Output:

  • Vector of SandboxInfo entries, one per AUR package.

ยงPanics

  • Panics if a tokio runtime cannot be created when no runtime handle is available

Details:

  • Wraps the async version for use in blocking contexts.