-
Couldn't load subscription status.
- Fork 22
don't count nested functions as it's own func #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like
Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
PR Type
Bug fix
Description
Remove nested function visits in FunctionDef
Prevent nested functions from being counted
Simplify visitor logic for FunctionDef nodes
Changes walkthrough 📝
functions_to_optimize.py
Skip nested functions in visitorcodeflash/discovery/functions_to_optimize.py