| 1969 | } |
| 1970 | |
| 1971 | Type const* ArrayType::decodingType() const |
| 1972 | { |
| 1973 | if (location() == DataLocation::Storage) |
| 1974 | return TypeProvider::uint256(); |
| 1975 | else |
| 1976 | return this; |
| 1977 | } |
| 1978 | |
| 1979 | TypeResult ArrayType::interfaceType(bool _inLibrary) const |
| 1980 | { |
no outgoing calls
no test coverage detected