| 66 | |
| 67 | std::string generatedYulUtilityCode() const { return m_context.generatedYulUtilityCode(); } |
| 68 | std::string runtimeGeneratedYulUtilityCode() const { return m_runtimeContext.generatedYulUtilityCode(); } |
| 69 | |
| 70 | private: |
| 71 | OptimiserSettings const m_optimiserSettings; |
no test coverage detected