pub fn load_file_symbols(
conn: &Connection,
file_path: &str,
) -> Result<Vec<Symbol>, QueryError>Expand description
Load all symbols declared inside a specific file.
pub fn load_file_symbols(
conn: &Connection,
file_path: &str,
) -> Result<Vec<Symbol>, QueryError>Load all symbols declared inside a specific file.