Skip to main content

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

ParameterTypeRequiredDescription
projectstringOptional project name filter
maxMembersintMaximum members before flagging (default: 20)
maxLinesintMaximum lines before flagging (default: 500)
limitint?Maximum number of items to return (default: 100). Items are sorted by size desc (worst first).