MCPcopy 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

34namespace
35{
36std::string errorMessage(Error const& _e)
37{
38 return _e.comment() ? *_e.comment() : "NONE";
39}
40}
41
42bool solidity::frontend::test::searchErrorMessage(Error const& _err, std::string const& _substr)

Callers 3

searchErrorsMethod · 0.85
filterObtainedErrorsMethod · 0.85
parseAndAnalyzeMethod · 0.85

Calls 1

commentMethod · 0.80

Tested by 2

filterObtainedErrorsMethod · 0.68
parseAndAnalyzeMethod · 0.68