find_dead_code
Identify unused functions and classes across your project to reduce code bloat and improve maintainability.
Instructions
Project-wide audit of unreferenced functions/classes (zero callers, excludes entry points, tests, route handlers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| max_results | No | Maximum number of dead symbols to report (default: 20). Header always shows true total; raise for full audit. |