Skip to main content

Module complexity

Module complexity 

Source
Expand description

Complexity assessment — classify tasks using code graph structure

Instead of guessing complexity from text (unreliable), we use the actual code graph to measure structural complexity. This is the GID way: let the graph tell you.

Structs§

ComplexityReport
Result of complexity assessment

Enums§

Complexity
Complexity level of a task/issue
RiskLevel
Get risk level for a set of changed files

Functions§

assess_complexity
Assess complexity from a problem statement
assess_complexity_from_graph
Assess complexity from the code graph structure.
assess_risk_level
is_high_risk_change
Quick check if a change is high-risk based on caller count