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

Method tentativelyUpdateCodeSize

libyul/optimiser/FullInliner.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void FullInliner::tentativelyUpdateCodeSize(YulName _function, YulName _callSite)
245{
246 m_functionSizes.at(_callSite) += m_functionSizes.at(_function);
247}
248
249void FullInliner::updateCodeSize(FunctionDefinition const& _fun)
250{

Callers 1

performInlineMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected