FindMatchesInFile

Function FindMatchesInFile 

Source
async fn FindMatchesInFile(
    file_path: &PathBuf,
    query: &str,
    case_sensitive: bool,
    whole_word: bool,
    index: &FileIndex,
) -> Result<SearchResult>
Expand description

Find matches in a single file with context