Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ errorMessage
Function
errorMessage
test/libsolidity/ErrorCheck.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace
35
{
36
std::string errorMessage(Error const& _e)
37
{
38
return _e.comment() ? *_e.comment() :
"NONE"
;
39
}
40
}
41
42
bool solidity::frontend::test::searchErrorMessage(Error const& _err, std::string const& _substr)
Callers
3
searchErrors
Method · 0.85
filterObtainedErrors
Method · 0.85
parseAndAnalyze
Method · 0.85
Calls
1
comment
Method · 0.80
Tested by
2
filterObtainedErrors
Method · 0.68
parseAndAnalyze
Method · 0.68