Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ resetIndex
Method
resetIndex
libsolidity/formal/SSAVariable.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void SSAVariable::resetIndex()
30
{
31
m_currentIndex = 0;
32
m_nextFreeIndex = 1;
33
}
34
35
void SSAVariable::setIndex(unsigned _index)
36
{
Callers
4
resetContractAnalysis
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
clearIndices
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected