tldr_dfg
Visualizes data flow within a function by showing how data moves through variables and expressions. Helps understand variable dependencies and execution paths.
Instructions
Data flow graph for a function. Shows how data moves through variables and expressions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Source file path | |
| lang | No | Language override (auto-detected if omitted) | |
| function | Yes | Function name |