turingmind_get_related_code
Find callers, callees, and imports for any code entity to analyze impact. Uses relationship graph to trace dependencies within a repository.
Instructions
Get code entities related to a specific function/class/file. Uses relationship graph to find callers, callees, and imports for impact analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path | |
| repo | Yes | Repository (owner/repo) | |
| direction | No | Relationship direction | both |
| entity_name | No | Function/class name (optional) | |
| relationship_types | No | Types: calls, imports (default: both) |