get_flowchart
Retrieve a function's control flow graph to analyze basic blocks, predecessors, and successors. Use it to understand branch logic and program execution paths.
Instructions
Get the control flow graph (basic blocks and edges) of a function. Shows predecessors and successors for each block. Essential for understanding branch logic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |