elenchus_ripple_effect
Determine which files and functions will be impacted by a code change to prevent unintended side effects and plan modifications.
Instructions
Analyze ripple effect of a code change. Shows which files and functions will be affected by modifying a specific file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| changedFile | Yes | File that will be changed | |
| changedFunction | No | Specific function that will be changed |