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

Method comment

libsolutil/Exceptions.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::string const* Exception::comment() const noexcept
51{
52 return boost::get_error_info<errinfo_comment>(*this);
53}
54
55SourceLocation Exception::sourceLocation() const noexcept
56{

Callers 15

codeGenerationErrorMethod · 0.80
errorMessageMethod · 0.80
mainFunction · 0.80
runMethod · 0.80
filterErrorsMethod · 0.80
errorMessageFunction · 0.80
searchErrorMessageMethod · 0.80
runMethod · 0.80
formatErrorWithExceptionFunction · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by 2

errorMessageMethod · 0.64
runMethod · 0.64