Module file_list_cache

Module file_list_cache 

Source

Structs§

FileList
A struct to hold the cached file list for a specific directory

Functions§

find_matching_filenames
Find files whose names match query words Returns a map of file paths to the term indices that matched the filename
get_file_list
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.
get_file_list_by_language
Get a list of files in a directory, filtered by language if specified