Skip to main content

count_file_symbols

Function count_file_symbols 

Source
pub fn count_file_symbols(conn: &Connection, path: &str) -> usize
Expand description

Count parse diagnostics recorded for a file, returning 0 when the index has none. Number of indexed symbols in one file, without loading the rows. Like load_file_symbols, an exact-case path wins and the case-insensitive match is only the fallback.