pub fn find_owners_for_file<'a>( file_path: &'a Path, entries: &'a [CodeownersEntry], ) -> Result<Vec<Owner>>
Find owners for a specific file based on all parsed CODEOWNERS entries