Skip to main content

extract_symbols

Function extract_symbols 

Source
pub fn extract_symbols(
    repo: &Path,
    repo_name: &str,
    framework: Framework,
    files: &[ScannedFile],
    packages: &ComposerExport,
    sanitizer: &Sanitizer,
) -> Result<Vec<SymbolDoc>>