Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
YulUtilFunctions IRGenerationContext::utils()
226
{
227
return YulUtilFunctions(m_evmVersion, m_eofVersion, m_revertStrings, m_functions);
228
}
229
230
ABIFunctions IRGenerationContext::abiFunctions()
231
{
Callers
1
declareAssign
Method · 0.45
Calls
1
YulUtilFunctions
Class · 0.70
Tested by
no test coverage detected