get_function_callees
Identify all functions called by a specific Haskell function to analyze dependencies and understand code flow in enterprise-scale codebases.
Instructions
Get all functions called by 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 callees to return |