MCPcopy Create free account
hub / github.com/argotorg/solidity / decodingType

Method decodingType

libsolidity/ast/Types.cpp:1971–1977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

tupleDecoderMethod · 0.45
abiDecodingFunctionMethod · 0.45
abiDecodeMethod · 0.45
ReturnInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected