Prepare Call Hierarchy
prepareCallHierarchyRetrieve call hierarchy items (function/method name, kind, file location, and spans) at a specific position in a TypeScript or JavaScript file to analyze function calls.
Instructions
Returns the call hierarchy item(s) at a position — the entry point for call hierarchy queries. Returns the function/method name, kind, file location, and spans.
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 |