Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ isDynamicallyEncoded
Method
isDynamicallyEncoded
libsolidity/ast/Types.cpp:1805–1808 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1803
}
1804
1805
bool ArrayType::isDynamicallyEncoded() const
1806
{
1807
return isDynamicallySized() || baseType()->isDynamicallyEncoded();
1808
}
1809
1810
bigint ArrayType::storageSizeUpperBound() const
1811
{
Callers
15
visit
Method · 0.45
mobileType
Method · 0.45
returnParameterTypesWithoutDynamicTypes
Method · 0.45
tupleEncoder
Method · 0.45
tupleEncoderPacked
Method · 0.45
tupleDecoder
Method · 0.45
abiEncodingFunction
Method · 0.45
abiEncodeAndReturnUpdatedPosFunction
Method · 0.45
abiEncodingFunctionSimpleArray
Method · 0.45
abiEncodingFunctionCompactStorageArray
Method · 0.45
abiEncodingFunctionStruct
Method · 0.45
abiDecodingFunctionValueType
Method · 0.45
Calls
2
get
Method · 0.45
interfaceType
Method · 0.45
Tested by
no test coverage detected