get_generated_code
Inspect generated source code from source generators. Returns an envelope with items sorted by project then file path, totalCount, truncated, and limit (default 200).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
generator | string | Generator name to filter by | |
file | string | File path (or partial match) to filter by | |
limit | int? | Maximum number of items to return (default: 200). Items are sorted by project, then file path. |