find_dead_code
Scans your repo for symbols that are defined but never used, helping eliminate dead code and streamline your codebase.
Instructions
Find symbols that are defined but never referenced elsewhere in the repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | optional — if given, only check this file. Otherwise scans entire repo. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |