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

Method isFunctionErrorBlock

libsolidity/formal/Predicate.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool Predicate::isFunctionErrorBlock() const
170{
171 return m_type == PredicateType::FunctionErrorBlock;
172}
173
174bool Predicate::isInternalCall() const
175{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected