get_callers
Retrieve all functions that call a specified function, including indirect callers through transitive chains.
Instructions
Every function that calls fn (a node id from get_context/get_details),
directly or transitively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fn | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |