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

Method isVariable

libsolidity/analysis/OverrideChecker.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197bool OverrideProxy::isVariable() const
198{
199 return std::holds_alternative<VariableDeclaration const*>(m_item);
200}
201
202bool OverrideProxy::isFunction() const
203{

Callers 2

checkOverrideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected