MCPcopy 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
760bool VariableDeclaration::isTryCatchParameter() const
761{
762 return dynamic_cast<TryCatchClause const*>(scope());
763}
764
765bool VariableDeclaration::isExternalCallableParameter() const
766{

Callers 1

endVisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected