Skip to main content

analyze_module_file

Function analyze_module_file 

Source
pub fn analyze_module_file(path: &str) -> Result<ModuleInfo, AnalyzeError>
Expand description

Analyze a single file and return a minimal fixed schema (name, line count, language, functions, imports) for lightweight code understanding.