find_unused
Identifies functions, classes, and variables with no references across the project to help clean up dead code and refactor.
Instructions
Find dead code — functions, classes, and variables with no references across the project. Use for cleanup and refactoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Filter by module path (e.g., "src/services/") | |
| export_only | No | Only check exported (capitalized) symbols | |
| limit | No | Max results (default: 30) |