call_hierarchy_outgoing
Identify all functions or methods called from a specific code location to trace execution flow and understand dependencies.
Instructions
Find all functions/methods that are called by the function at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Relative file path from project root | |
| line | Yes | Line number (1-indexed) |