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

Method panicClause

libsolidity/ast/AST.cpp:1072–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072TryCatchClause const* TryStatement::panicClause() const {
1073 return findClause(m_clauses, "Panic");
1074}
1075
1076TryCatchClause const* TryStatement::errorClause() const {
1077 return findClause(m_clauses, "Error");

Callers 1

handleCatchMethod · 0.80

Calls 1

findClauseFunction · 0.85

Tested by

no test coverage detected