Incoming Calls
provideCallHierarchyIncomingCallsFind all functions and methods that call a target function at a given position, answering 'who calls this?' for dependency analysis.
Instructions
Returns all functions/methods that call the function at the given position. Answers 'who calls this?'
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 |