lsp_outgoing_calls
Find functions and methods called by a target function using its call hierarchy item ID.
Instructions
Find functions/methods called by a function or method using a cached call hierarchy item ID. Maps to callHierarchy/outgoingCalls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Opaque item ID from lsp_prepare_call_hierarchy. | |
| maxResults | No | Maximum number of calls. |