Tags: 16st58/code_flowchart
Tags
Refactor `_is_major_statement` to recursively detect user-defined fun… …ction calls and remove the extra `_extract_calls` loop in `_process_function_call`. This prevents duplicate "Arg Call" edges in the generated flowchart, ensuring each nested call is processed only once.