get_dead_exports
Identify exported symbols not imported elsewhere to find dead code candidates for cleanup and optimization.
Instructions
Find exported symbols never imported by any other file — dead code candidates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_pattern | No | Filter files by glob pattern (e.g. "src/tools/*.ts") |