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

Method isLocalVariable

libsolidity/codegen/CompilerContext.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool CompilerContext::isLocalVariable(Declaration const* _declaration) const
267{
268 return !!m_localVariables.count(_declaration);
269}
270
271evmasm::AssemblyItem CompilerContext::functionEntryLabel(Declaration const& _declaration)
272{

Callers 2

visitMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected