syms_dependents
Identify files that import from a specified file to analyze dependencies and assess impact within a codebase.
Instructions
List files that depend on (import from) a given file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute file path | |
| root | No | Project root (auto-detected if omitted) | |
| transitive | No | Include transitive dependents |