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

Method compiledContractRuntime

libsolidity/codegen/CompilerContext.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259std::shared_ptr<evmasm::Assembly> CompilerContext::compiledContractRuntime(ContractDefinition const& _contract) const
260{
261 auto ret = m_otherCompilers.find(&_contract);
262 solAssert(ret != m_otherCompilers.end(), "Compiled contract not found.");
263 return ret->second->runtimeAssemblyPtr();
264}
265
266bool CompilerContext::isLocalVariable(Declaration const* _declaration) const
267{

Callers 1

Calls 3

runtimeAssemblyPtrMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected