get_callers
Retrieve all functions calling a given function, with options to set call depth and target workspace for accurate code graph analysis.
Instructions
Find functions that call the given function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Call depth (default: 1) | |
| function_name | Yes | Function name to look up | |
| workspace_path | No | Target workspace (default: last configured) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |