Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1484
void CompilerUtils::popStackElement(Type const& _type)
1485
{
1486
popStackSlots(_type.sizeOnStack());
1487
}
1488
1489
void CompilerUtils::popStackSlots(size_t _amount)
1490
{
Callers
3
visit
Method · 0.80
storeValue
Method · 0.80
visit
Method · 0.80
Calls
1
sizeOnStack
Method · 0.45
Tested by
no test coverage detected