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

Method isModifier

libsolidity/analysis/OverrideChecker.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207bool OverrideProxy::isModifier() const
208{
209 return std::holds_alternative<ModifierDefinition const*>(m_item);
210}
211
212bool OverrideProxy::CompareBySignature::operator()(OverrideProxy const& _a, OverrideProxy const& _b) const
213{

Callers 1

checkOverrideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected