tldr_cfg
Generate a control flow graph for any function to visualize branches, loops, and execution paths. Understand code structure and logic flow at a glance.
Instructions
Control flow graph for a function. Shows branches, loops, and execution paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Source file path | |
| lang | No | Language override (auto-detected if omitted) | |
| function | Yes | Function name |