pub fn discover_all_related_files( changed_files: &[PathBuf], all_candidates: &[PathBuf], repo_root: Option<&Path>, file_cache: Option<&FxHashMap<PathBuf, String>>, ) -> Vec<PathBuf>