extract

Function extract 

Source
pub fn extract(
    source: &str,
    file_path: &Path,
    config: &ParserConfig,
) -> Result<CodeIR, ParserError>
Expand description

Extract code entities and relationships from C source code (strict mode)