Skip to main content

parse_source_code_full

Function parse_source_code_full 

Source
pub fn parse_source_code_full(
    file_path: &str,
    source: &str,
    language: &str,
    crate_map: &RustCrateMap,
    python_package_root: &PythonPackageRoot,
) -> Vec<UcmEvent>
Expand description

Parse source code with full context including Python package root.