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

Method revertReasonIfDebugFunction

libsolidity/codegen/ABIFunctions.cpp:1558–1561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558std::string ABIFunctions::revertReasonIfDebugFunction(std::string const& _message)
1559{
1560 return m_utils.revertReasonIfDebugFunction(_message);
1561}

Callers 3

callValueCheckMethod · 0.45
dispatchRoutineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected