Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
bool OverrideProxy::isFunction() const
203
{
204
return std::holds_alternative<FunctionDefinition const*>(m_item);
205
}
206
207
bool OverrideProxy::isModifier() const
208
{
Callers
1
checkOverride
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected