MCPcopy 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
70void NoOutputAssembly::appendLabelReference(LabelID)
71{
72 appendInstruction(evmasm::pushInstruction(1));
73}
74
75NoOutputAssembly::LabelID NoOutputAssembly::newLabelId()
76{

Callers 3

createStackLayoutMethod · 0.45
operator()Method · 0.45
pushMethod · 0.45

Calls 1

pushInstructionFunction · 0.85

Tested by

no test coverage detected