find_dead_code
Find functions and methods defined but never called in your codebase. Identify dead code to reduce clutter and improve maintainability.
Instructions
Find functions/methods that are defined but never called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Project root. Auto-detected if omitted. | |
| limit | No | Maximum results (default 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |