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

Method appendToAuxiliaryData

libyul/backends/evm/EthAssemblyAdapter.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void EthAssemblyAdapter::appendToAuxiliaryData(bytes const& _data)
216{
217 m_assembly.appendToAuxiliaryData(_data);
218}
219
220void EthAssemblyAdapter::appendImmutable(std::string const& _identifier)
221{

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected