Skip to main content

parse_file

Function parse_file 

Source
pub fn parse_file(
    path: &Path,
    content: &str,
    language: Language,
) -> Result<Vec<Node>>
Expand description

Parse a source file and extract code entities.