Skip to main content

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

ParameterTypeRequiredDescription
generatorstringGenerator name to filter by
filestringFile path (or partial match) to filter by
limitint?Maximum number of items to return (default: 200). Items are sorted by project, then file path.