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

Method storeItem

libevmasm/ExpressionClasses.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182AssemblyItem const* ExpressionClasses::storeItem(AssemblyItem const& _item)
183{
184 m_spareAssemblyItems.push_back(std::make_shared<AssemblyItem>(_item));
185 return m_spareAssemblyItems.back().get();
186}
187
188std::string ExpressionClasses::fullDAGToString(ExpressionClasses::Id _id) const
189{

Callers 1

optimizeBreakingItemMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected