fg6hdw
Results
1
issues of
fg6hdw
Functions that takes array arguments like `void foo(int a[3])` are not recognized as functions by ravioli. Adding '[', ']' characters to function_matcher regex fixes the problem. ```diff diff --git a/ravioli/complexity.py...