find_high_complexity
Identify JavaScript/TypeScript functions with high cyclomatic complexity to flag technical debt, grouped by file.
Instructions
Functions/methods with high cyclomatic complexity (technical-debt heuristic), grouped by file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| max_results | No | Result limit (default 50) | |
| max_complexity | No | Complexity threshold (default 15) |