Returns true if codegen is disabled by query option.
| 151 | |
| 152 | /// Returns true if codegen is disabled by query option. |
| 153 | inline bool CodegenDisabledByQueryOption() const { |
| 154 | return query_options().disable_codegen; |
| 155 | } |
| 156 | |
| 157 | /// Returns true if codegen should be enabled for this fragment. Codegen is enabled |
| 158 | /// if all the following conditions hold: |
no outgoing calls
no test coverage detected