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

Method generatedYulUtilityCode

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

Source from the content-addressed store, hash-verified

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
70private:

Callers 2

compileContractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected