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

Method ethdebugRuntime

libevmasm/EVMAssemblyStack.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114Json EVMAssemblyStack::ethdebugRuntime(std::string const& _contractName) const
115{
116 solAssert(_contractName == m_name);
117 solAssert(m_ethdebugRuntime != nullptr);
118 return *m_ethdebugRuntime;
119}
120
121Json EVMAssemblyStack::ethdebug() const
122{

Callers 1

handleEthdebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected