MCPcopy 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
702bool VariableDeclaration::isLValue() const
703{
704 // Constant declared variables are Read-Only
705 return !isConstant();
706}
707
708bool VariableDeclaration::isLocalVariable() const
709{

Callers 1

visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected