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

Method sourceLocation

liblangutil/Exceptions.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69SourceLocation const* Error::sourceLocation() const noexcept
70{
71 return boost::get_error_info<errinfo_sourceLocation>(*this);
72}
73
74SecondarySourceLocation const* Error::secondarySourceLocation() const noexcept
75{

Callers 1

codeGenerationErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected