| 65 | std::shared_ptr<evmasm::Assembly> runtimeAssemblyPtr() const; |
| 66 | |
| 67 | std::string generatedYulUtilityCode() const { return m_context.generatedYulUtilityCode(); } |
| 68 | std::string runtimeGeneratedYulUtilityCode() const { return m_runtimeContext.generatedYulUtilityCode(); } |
| 69 | |
| 70 | private: |
no outgoing calls
no test coverage detected