call_hierarchy_incoming
Locate every function or method that calls a given function's position, revealing incoming dependencies to support refactoring and code navigation.
Instructions
Find all functions/methods that call 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) |