get_file_dependents
List all files that import a given file to reveal its dependents, enabling change impact analysis. Returns incoming import edges.
Instructions
Files that import this file (incoming file-level import edges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Relative path to the file. | |
| max_results | No | Maximum number of results to return (0 = unlimited, default 0). | |
| project | No | Project name/path (default: active). |