Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
void EthAssemblyAdapter::appendToAuxiliaryData(bytes const& _data)
216
{
217
m_assembly.appendToAuxiliaryData(_data);
218
}
219
220
void EthAssemblyAdapter::appendImmutable(std::string const& _identifier)
221
{
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected