find_large_classes
Find classes and structs that exceed member count or line count thresholds. Returns an envelope with items sorted worst-first (highest size first), totalCount, truncated, and limit (default 100).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | Optional project name filter | |
maxMembers | int | Maximum members before flagging (default: 20) | |
maxLines | int | Maximum lines before flagging (default: 500) | |
limit | int? | Maximum number of items to return (default: 100). Items are sorted by size desc (worst first). |