find_callers
Find all functions that call a specific function to analyze call dependencies and code flow.
Instructions
Find all functions that call a specific function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum results to return | |
| function_name | Yes | Name of the function to find callers for |