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

Method isFunction

libsolidity/analysis/OverrideChecker.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool OverrideProxy::isFunction() const
203{
204 return std::holds_alternative<FunctionDefinition const*>(m_item);
205}
206
207bool OverrideProxy::isModifier() const
208{

Callers 1

checkOverrideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected