pub fn AddFileToIndex(
index: &mut FileIndex,
file_path: PathBuf,
metadata: FileMetadata,
symbols: Vec<SymbolInfo>,
) -> Result<()>Expand description
Add a file to the index with its metadata and symbols
pub fn AddFileToIndex(
index: &mut FileIndex,
file_path: PathBuf,
metadata: FileMetadata,
symbols: Vec<SymbolInfo>,
) -> Result<()>Add a file to the index with its metadata and symbols