get_call_hierarchy_outgoing
Discover outgoing method calls to analyze dependencies. Provide file path and zero-based line/column coordinates to retrieve called methods.
Instructions
Find all methods called by a method (outgoing calls).
USAGE: Position cursor on a method name OUTPUT: List of methods that this method calls
IMPORTANT: Uses ZERO-BASED coordinates.
Useful for understanding what a method depends on.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Zero-based column number | |
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number |