Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void IRGenerationContext::resetLocalVariables()
84
{
85
m_localVariables.clear();
86
}
87
88
void IRGenerationContext::registerImmutableVariable(VariableDeclaration const& _variable)
89
{
Callers
4
generateFunction
Method · 0.80
generateModifier
Method · 0.80
generateFunctionWithModifierInner
Method · 0.80
generateConstructors
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected