compute_preflight_summary

Function compute_preflight_summary 

Source
pub fn compute_preflight_summary(
    items: &[PackageItem],
    action: PreflightAction,
) -> PreflightSummaryOutcome
Expand description

What: Compute preflight summary data using the system command runner.

Inputs:

  • items: Packages scheduled for install/update/remove.
  • action: Active operation (install vs. remove) shaping the analysis.

Output:

Details: