Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ isLValue
Method
isLValue
libsolidity/ast/AST.cpp:702–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
700
}
701
702
bool VariableDeclaration::isLValue() const
703
{
704
// Constant declared variables are Read-Only
705
return !isConstant();
706
}
707
708
bool VariableDeclaration::isLocalVariable() const
709
{
Callers
1
visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected