pub fn filtered_decisions(
index: &CoverageIndex<'_>,
view: CoverageViewId,
kind: Option<&str>,
runner: Option<&str>,
) -> Result<Vec<DecisionResult>, QueryError>Expand description
Reconstruct the exact decision view used by provenance-filtered queries. Project filters are applied against the immutable query index.