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

Method resetLocalVariables

libsolidity/codegen/ir/IRGenerationContext.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void IRGenerationContext::resetLocalVariables()
84{
85 m_localVariables.clear();
86}
87
88void IRGenerationContext::registerImmutableVariable(VariableDeclaration const& _variable)
89{

Callers 4

generateFunctionMethod · 0.80
generateModifierMethod · 0.80
generateConstructorsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected