We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cb2fa commit 5a5fb20Copy full SHA for 5a5fb20
codeflash/discovery/functions_to_optimize.py
@@ -478,6 +478,8 @@ def filter_functions(
478
if blocklist_funcs:
479
functions_tmp = []
480
for function in _functions:
481
+ logger.info(function.file_path.name)
482
+ logger.info(function.qualified_name)
483
if not (
484
function.file_path.name in blocklist_funcs
485
and function.qualified_name in blocklist_funcs[function.file_path.name]
0 commit comments