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

Method sourceLocation

libsolutil/Exceptions.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55SourceLocation Exception::sourceLocation() const noexcept
56{
57 if (SourceLocation const* sourceLocation = boost::get_error_info<errinfo_sourceLocation>(*this))
58 return *sourceLocation;
59
60 return SourceLocation{};
61}

Calls

no outgoing calls

Tested by 2

filterObtainedErrorsMethod · 0.36
parseAndAnalyzeMethod · 0.36