mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
View-pure checker.
This commit is contained in:
@@ -1064,6 +1064,7 @@ public:
|
||||
{
|
||||
return _inLibrary ? shared_from_this() : TypePointer();
|
||||
}
|
||||
virtual bool dataStoredIn(DataLocation _location) const override { return _location == DataLocation::Storage; }
|
||||
|
||||
TypePointer const& keyType() const { return m_keyType; }
|
||||
TypePointer const& valueType() const { return m_valueType; }
|
||||
|
||||
Reference in New Issue
Block a user