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

Method utils

libsolidity/codegen/ir/IRGenerationContext.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225YulUtilFunctions IRGenerationContext::utils()
226{
227 return YulUtilFunctions(m_evmVersion, m_eofVersion, m_revertStrings, m_functions);
228}
229
230ABIFunctions IRGenerationContext::abiFunctions()
231{

Callers 1

declareAssignMethod · 0.45

Calls 1

YulUtilFunctionsClass · 0.70

Tested by

no test coverage detected