get_call_hierarchy
Retrieve call hierarchy for a function at a specific location, showing incoming callers and outgoing callees.
Instructions
Get call hierarchy showing incoming callers and outgoing callees for a function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (0-indexed) | |
| column | Yes | Column number (0-indexed) |