Function parse_file

Source
pub fn parse_file(
    parser: &PythonLanguageParser,
    repo_id: &str,
    file_path: PathBuf,
    content: String,
    old_tree: Option<Tree>,
) -> Result<(Tree, Vec<Node>, Vec<Edge>), Error>
Expand description

Parse a file and return the result in our internal types