Skip to main content

process_file

Function process_file 

Source
fn process_file(
    manager: &ParserManager,
    lang: Language,
    path: &Path,
    base: &Path,
) -> Result<Option<(String, Vec<RawNode>)>, IcbError>
Expand description

Read a single file, parse it, and return None on any failure.