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

Method runtimeAssemblyPtr

libsolidity/codegen/Compiler.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::shared_ptr<evmasm::Assembly> Compiler::runtimeAssemblyPtr() const
72{
73 solAssert(m_context.runtimeContext(), "");
74 return m_context.runtimeContext()->assemblyPtr();
75}

Callers 2

compileContractMethod · 0.80

Calls 2

runtimeContextMethod · 0.80
assemblyPtrMethod · 0.45

Tested by

no test coverage detected