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

Method moveToStackTop

libsolidity/codegen/CompilerUtils.cpp:1447–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445}
1446
1447void CompilerUtils::moveToStackTop(unsigned _stackDepth, unsigned _itemSize)
1448{
1449 moveIntoStack(_itemSize, _stackDepth);
1450}
1451
1452void CompilerUtils::moveIntoStack(unsigned _stackDepth, unsigned _itemSize)
1453{

Callers 5

storeValueMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected