Skip to main content

analyze_file

Function analyze_file 

Source
pub fn analyze_file(
    path: &str,
    ast_recursion_limit: Option<usize>,
) -> Result<FileAnalysisOutput, AnalyzeError>
Expand description

Analyze a single file and return semantic analysis with formatted output.