predict_impact
Assess how modifying a symbol or file in your codebase impacts dependent modules, helping you identify affected code before making changes.
Instructions
Analyzes the impact of changing a specific symbol (variable, function, or class). If no symbol is provided, it analyzes dependencies on the file itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |