Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ isStateVariable
Method
isStateVariable
libsolidity/ast/AST.cpp:826–829 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
824
}
825
826
bool VariableDeclaration::isStateVariable() const
827
{
828
return dynamic_cast<ContractDefinition const*>(scope());
829
}
830
831
bool VariableDeclaration::isFileLevelVariable() const
832
{
Callers
15
userDocumentation
Method · 0.45
analyseVariableReference
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
endVisit
Method · 0.45
visit
Method · 0.45
endVisit
Method · 0.45
visit
Method · 0.45
importInheritedScope
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
visitPublicGetter
Method · 0.45
Calls
no outgoing calls
Tested by
1
userDocumentation
Method · 0.36