get_complexity_metrics
Calculate cyclomatic complexity for methods. Returns methods exceeding the threshold, sorted by complexity.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | Optional project name filter | |
threshold | int | Minimum complexity threshold (default: 10) |