Outgoing Calls
provideCallHierarchyOutgoingCallsIdentifies all functions and methods called from a specific code location. Use this to trace outgoing calls and understand what a function invokes.
Instructions
Returns all functions/methods that the function at the given position calls. Answers 'what does this call?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| line | Yes | 1-based line number | |
| offset | Yes | 1-based character offset on the line |