MCPcopy Create free account
hub / github.com/argotorg/solidity / runtimeGeneratedYulUtilityCode

Method runtimeGeneratedYulUtilityCode

libsolidity/codegen/Compiler.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

compileContractMethod · 0.80

Calls 1

Tested by

no test coverage detected