We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c8a0a + 7a3808a commit 6e867c9Copy full SHA for 6e867c9
1 file changed
codeflash/languages/javascript/function_optimizer.py
@@ -55,6 +55,9 @@ def get_code_optimization_context(self) -> Result[CodeOptimizationContext, str]:
55
except ValueError as e:
56
return Failure(str(e))
57
58
+ def should_check_coverage(self) -> bool:
59
+ return True
60
+
61
@staticmethod
62
def _build_optimization_context(
63
code_context: CodeContext,
0 commit comments