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

Method popStackElement

libsolidity/codegen/CompilerUtils.cpp:1484–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482}
1483
1484void CompilerUtils::popStackElement(Type const& _type)
1485{
1486 popStackSlots(_type.sizeOnStack());
1487}
1488
1489void CompilerUtils::popStackSlots(size_t _amount)
1490{

Callers 3

visitMethod · 0.80
storeValueMethod · 0.80
visitMethod · 0.80

Calls 1

sizeOnStackMethod · 0.45

Tested by

no test coverage detected