analyze_context

Function analyze_context 

Source
pub fn analyze_context(
    project_root: &Path,
    languages: &[DetectedLanguage],
    technologies: &[DetectedTechnology],
    config: &AnalysisConfig,
) -> Result<ProjectContext>
Expand description

Analyzes project context including entry points, ports, and environment variables