find_dead_code
Identify declared symbols that nothing references in a codebase. Distinguish unreachable dead code from unreferenced exports that may be used externally.
Instructions
Finds declared symbols that nothing references. dead_code is proven unreachable within the scan; unreferenced_exports may be used outside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target path | |
| limit | No | Max results per list | |
| max_depth | No | Max depth | |
| max_files | No | Max files to scan | |
| extensions | No | Filter by extensions | |
| include_hidden | No | Include hidden | |
| ignore_patterns | No | Exclude patterns |