Record if the custom command can be used for code generation. */
| 138 | |
| 139 | /** Record if the custom command can be used for code generation. */ |
| 140 | bool GetCodegen() const { return Codegen; } |
| 141 | void SetCodegen(bool b) { Codegen = b; } |
| 142 | |
| 143 | private: |
no outgoing calls
no test coverage detected