| 247 | } |
| 248 | |
| 249 | void FullInliner::updateCodeSize(FunctionDefinition const& _fun) |
| 250 | { |
| 251 | m_functionSizes[_fun.name] = CodeSize::codeSize(_fun.body); |
| 252 | } |
| 253 | |
| 254 | void FullInliner::handleBlock(YulName _currentFunctionName, Block& _block) |
| 255 | { |
nothing calls this directly
no test coverage detected