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

Method sourceMapping

libevmasm/EVMAssemblyStack.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::string const* EVMAssemblyStack::sourceMapping(std::string const& _contractName) const
96{
97 solAssert(_contractName == m_name);
98 return &sourceMapping();
99}
100
101std::string const* EVMAssemblyStack::runtimeSourceMapping(std::string const& _contractName) const
102{

Callers 2

runMethod · 0.45
handleCombinedJSONMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36