Trace Data Flow
Follow a value through every function that touches it, with side effects and an ASCII flow diagram.
Advanced1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
2 placeholders leftI need to understand how data flows through this code. Starting from {{entry_point}}, trace the data transformation step by step: {{code}} For each step: what function is called and with what arguments, how the data is transformed, what side effects occur (database writes, API calls, state changes), where errors could occur and how they propagate, and what the final output looks like. Draw an ASCII diagram showing the flow.