call_hierarchy
Analyze code flow by identifying which functions call a specific function and which functions it calls. Use this tool to understand call relationships and dependencies within your codebase.
Instructions
Show call hierarchy for a symbol at a position. Returns callers (incoming), callees (outgoing), or both depending on the direction parameter. Direction defaults to "both". Use this to understand code flow -- which functions call this function and which functions it calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language_id | No | ||
| line | Yes | ||
| column | Yes | ||
| direction | No |