Skip to main content

parse_project

Function parse_project 

Source
pub fn parse_project(
    root: &Path,
    scan: &ScanOptions,
) -> Result<InMemoryGraph, ProjectError>
Expand description

Parse an entire workspace and return a queryable in-memory graph.