Skip to content

Tags: 16st58/code_flowchart

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.1.3

Toggle v0.1.3's commit message
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.

v0.1.2

Toggle v0.1.2's commit message
modified: .github/workflows/workflow.yml

v0.1.1

Toggle v0.1.1's commit message
github actions test

v0.1.0

Toggle v0.1.0's commit message
fix bug