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

Method functionEntryLabel

libsolidity/codegen/CompilerContext.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271evmasm::AssemblyItem CompilerContext::functionEntryLabel(Declaration const& _declaration)
272{
273 return m_functionCompilationQueue.entryLabel(_declaration, *this);
274}
275
276evmasm::AssemblyItem CompilerContext::functionEntryLabelIfExists(Declaration const& _declaration) const
277{

Callers 4

compileFirstExpressionFunction · 0.80
visitMethod · 0.80

Calls 1

entryLabelMethod · 0.80

Tested by

no test coverage detected