Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
SourceLocation const* Error::sourceLocation() const noexcept
70
{
71
return boost::get_error_info<errinfo_sourceLocation>(*this);
72
}
73
74
SecondarySourceLocation const* Error::secondarySourceLocation() const noexcept
75
{
Callers
1
codeGenerationError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected