Structs§
- Analysis
Output - Result of directory analysis containing both formatted output and file data.
- File
Analysis Output - Result of file-level semantic analysis.
- Focused
Analysis Output - Result of focused symbol analysis.
Enums§
Functions§
- analyze_
directory - Analyze a directory structure and return formatted output and file data.
- analyze_
directory_ with_ progress - Analyze a directory structure with progress tracking.
- analyze_
file - Analyze a single file and return semantic analysis with formatted output.
- analyze_
focused - Analyze a symbol’s call graph with use_summary parameter (internal). Analyze a symbol’s call graph across a directory.
- analyze_
focused_ with_ progress - Analyze a symbol’s call graph across a directory with progress tracking.
- determine_
mode - Determine analysis mode based on parameters and path.