Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ appendLabelReference
Method
appendLabelReference
libyul/backends/evm/NoOutputAssembly.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void NoOutputAssembly::appendLabelReference(LabelID)
71
{
72
appendInstruction(evmasm::pushInstruction(1));
73
}
74
75
NoOutputAssembly::LabelID NoOutputAssembly::newLabelId()
76
{
Callers
3
createStackLayout
Method · 0.45
operator()
Method · 0.45
push
Method · 0.45
Calls
1
pushInstruction
Function · 0.85
Tested by
no test coverage detected