Skip to main content

analyze_missing_imports

Function analyze_missing_imports 

Source
pub fn analyze_missing_imports(
    project: &ProjectRoot,
    file_path: &str,
) -> Result<MissingImportAnalysis>
Expand description

Analyze a file for potentially unresolved symbols and suggest imports. Results are cached by (file_path, content_hash) to avoid redundant parsing and lookups.