Skip to main content

parse_project_async

Function parse_project_async 

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

Async parse for Tokio runtimes (MCP). Same as parse_project including optional compression.