Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1558
std::string ABIFunctions::revertReasonIfDebugFunction(std::string const& _message)
1559
{
1560
return m_utils.revertReasonIfDebugFunction(_message);
1561
}
Callers
3
appendExternalFunctionCall
Method · 0.45
callValueCheck
Method · 0.45
dispatchRoutine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected