find_dead_code
Audit project-wide to find unreferenced functions and classes with zero callers, excluding entry points, tests, and route handlers. Reports dead symbols for cleanup.
Instructions
Project-wide audit of unreferenced functions/classes (zero callers, excludes entry points, tests, route handlers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum number of dead symbols to report (default: 20). Header always shows true total; raise for full audit. | |
| project | No | Project name/path (default: active). |