get_function_call_graph
Analyze function call hierarchies to visualize what functions call and are called by a specific function in Haskell codebases.
Instructions
Get function call hierarchy showing what functions this function calls and what calls it
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the function | |
| module_name | No | Module containing the function (optional but recommended) | |
| depth | No | Maximum depth to traverse (default: 2) | |
| include_callers | No | Include functions that call this function | |
| include_callees | No | Include functions called by this function |