get_dependents
Find all files that import a specified file, revealing its dependents and reverse dependencies. Plan refactoring or assess change impact.
Instructions
Get the files that import a given file (its dependents / reverse dependencies). Shows what other code relies on this file. Requires a prior reindex to build the dependency graph. No API call needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative file path from project root (e.g., "src/tools/searchCode.ts") |