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

Method errorClause

libsolidity/ast/AST.cpp:1076–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074}
1075
1076TryCatchClause const* TryStatement::errorClause() const {
1077 return findClause(m_clauses, "Error");
1078}
1079
1080TryCatchClause const* TryStatement::fallbackClause() const {
1081 return findClause(m_clauses);

Callers 1

handleCatchMethod · 0.80

Calls 1

findClauseFunction · 0.85

Tested by

no test coverage detected