AddFileToIndex

Function AddFileToIndex 

Source
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