find_hotspots
Identify functions with high complexity, allocation, or performance issues. Rank code hotspots by score to prioritize refactoring.
Instructions
Rank functions by hotspot kind. complexity (all langs) | allocation (Java) | performance (Java).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Hotspot category (default 'complexity'). | |
| project | No | Project name/path (default: active). | |
| min_score | No | Minimum score to include (default: 0 for complexity, 1 for Java kinds). | |
| max_results | No | Maximum number of functions to report (default: 20). |