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)
pub fn extract(
source: &str,
file_path: &Path,
config: &ParserConfig,
) -> Result<CodeIR, ParserError>Extract code entities and relationships from C source code (strict mode)