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

Method ethdebug

libevmasm/EVMAssemblyStack.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107Json EVMAssemblyStack::ethdebug(std::string const& _contractName) const
108{
109 solAssert(_contractName == m_name);
110 solAssert(m_ethdebug != nullptr);
111 return *m_ethdebug;
112}
113
114Json EVMAssemblyStack::ethdebugRuntime(std::string const& _contractName) const
115{

Callers 1

handleEthdebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected