find_long_functions
Finds functions and methods whose bodies exceed a configurable line count, flagging technical debt for refactoring in JavaScript/TypeScript projects.
Instructions
Functions/methods with a long body (technical-debt heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| max_lines | No | Body line threshold (default 80) |