pub fn count_file_symbols(conn: &Connection, path: &str) -> usizeExpand 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.