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

Method fallbackClause

libsolidity/ast/AST.cpp:1080–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080TryCatchClause const* TryStatement::fallbackClause() const {
1081 return findClause(m_clauses);
1082}
1083
1084/// Experimental Solidity nodes
1085/// @{

Callers 1

handleCatchMethod · 0.80

Calls 1

findClauseFunction · 0.85

Tested by

no test coverage detected