Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ isTryCatchParameter
Method
isTryCatchParameter
libsolidity/ast/AST.cpp:760–763 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
758
}
759
760
bool VariableDeclaration::isTryCatchParameter() const
761
{
762
return dynamic_cast<TryCatchClause const*>(scope());
763
}
764
765
bool VariableDeclaration::isExternalCallableParameter() const
766
{
Callers
1
endVisit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected