get_file_list

Function get_file_list 

Source
pub fn get_file_list(
    path: &Path,
    allow_tests: bool,
    custom_ignores: &[String],
) -> Result<Arc<FileList>>
Expand description

Get a list of files in a directory, respecting ignore patterns and test file exclusions. This function will use a cached list if available, or build and cache a new list if not.