Function analyze_results

Source
pub async fn analyze_results(
    nodes: DeployResult<'static, HydroDeploy>,
    ir: &mut [HydroLeaf],
    usage_out: &mut HashMap<(LocationId, String, usize), UnboundedReceiver<String>>,
    cardinality_out: &mut HashMap<(LocationId, String, usize), UnboundedReceiver<String>>,
)
Available on crate feature deploy only.