find_dead_code
Identify unreachable Python code through Control Flow Graph analysis to remove dead code and improve code quality.
Instructions
Find unreachable code using Control Flow Graph (CFG) analysis
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_severity | No | Minimum severity: info, warning, error (default: warning) | |
| path | Yes | Path to Python code to analyze |