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

Method sizeOnStack

libsolidity/codegen/LValue.cpp:575–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575unsigned TupleObject::sizeOnStack() const
576{
577 unsigned size = 0;
578 for (auto const& lv: m_lvalues)
579 if (lv)
580 size += lv->sizeOnStack();
581 return size;
582}
583
584void TupleObject::retrieveValue(SourceLocation const&, bool) const
585{

Callers 15

tupleEncoderMethod · 0.45
tupleEncoderPackedMethod · 0.45
tupleDecoderMethod · 0.45
abiEncodingFunctionMethod · 0.45
numVariablesForTypeMethod · 0.45
visitMethod · 0.45
copyArrayToStorageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected