get_call_graph
Trace program execution pathways by generating caller-callee trees for a given function, showing either who calls it or who it calls.
Instructions
Generates caller-callee trees to trace program execution pathways for a given function or method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Direction of trace. "incoming" to find who calls this function, "outgoing" to find who this function calls. | incoming |
| functionName | Yes | The name of the function to trace. |