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

Method updateCodeSize

libyul/optimiser/FullInliner.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

codeSizeFunction · 0.50

Tested by

no test coverage detected