Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1080
TryCatchClause const* TryStatement::fallbackClause() const {
1081
return findClause(m_clauses);
1082
}
1083
1084
/// Experimental Solidity nodes
1085
/// @{
Callers
1
handleCatch
Method · 0.80
Calls
1
findClause
Function · 0.85
Tested by
no test coverage detected