enhanced_function_call_graph
Generate function call graphs for Haskell code analysis with configurable depth, format, and filtering options to visualize code dependencies.
Instructions
Generate enhanced function call graphs with advanced options
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the function | |
| module_name | No | Module containing the function (optional) | |
| max_depth | No | Maximum depth to traverse | |
| graph_format | No | Format of the output graph | tree |
| include_signatures | No | Include function signatures in output | |
| filter_modules | No | Module patterns to include (optional) |