MCPcopy 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
1805bool ArrayType::isDynamicallyEncoded() const
1806{
1807 return isDynamicallySized() || baseType()->isDynamicallyEncoded();
1808}
1809
1810bigint ArrayType::storageSizeUpperBound() const
1811{

Calls 2

getMethod · 0.45
interfaceTypeMethod · 0.45

Tested by

no test coverage detected