find_owners_for_file

Function find_owners_for_file 

Source
pub fn find_owners_for_file<'a>(
    file_path: &'a Path,
    entries: &'a [CodeownersEntry],
) -> Result<Vec<Owner>>
Expand description

Find owners for a specific file based on all parsed CODEOWNERS entries