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.
pub fn analyze_module_file(path: &str) -> Result<ModuleInfo, AnalyzeError>Analyze a single file and return a minimal fixed schema (name, line count, language, functions, imports) for lightweight code understanding.