get_function_callers
Identify functions that call a specific function in Haskell codebases to analyze dependencies and understand usage patterns.
Instructions
Get all functions that call a specific function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the function | |
| module_name | No | Module containing the function (optional) | |
| limit | No | Maximum number of callers to return |