pub fn filter_to_workspaces(results: &mut AnalysisResults, ws_roots: &[PathBuf])Expand description
Scope dead-code results to the union of the given workspace roots.
The full cross-workspace graph is still built before this helper runs, so cross-package imports are resolved. Only reported findings are narrowed.