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

Method startFunction

libsolidity/codegen/CompilerContext.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void CompilerContext::startFunction(Declaration const& _function)
117{
118 m_functionCompilationQueue.startFunction(_function);
119 *this << functionEntryLabel(_function);
120}
121
122void CompilerContext::callLowLevelFunction(
123 std::string const& _name,

Callers 1

visitMethod · 0.80

Calls 3

insertMethod · 0.80
emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected