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

Method nextFunctionToCompile

libsolidity/codegen/CompilerContext.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299Declaration const* CompilerContext::nextFunctionToCompile() const
300{
301 return m_functionCompilationQueue.nextFunctionToCompile();
302}
303
304unsigned CompilerContext::baseStackOffsetOfVariable(Declaration const& _declaration) const
305{

Callers 1

Calls 3

emptyMethod · 0.45
countMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected