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

Method resetStateVariables

libsolidity/formal/SMTEncoder.cpp:2437–2440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2435}
2436
2437void SMTEncoder::resetStateVariables()
2438{
2439 m_context.resetVariables([&](VariableDeclaration const& _variable) { return _variable.isStateVariable(); });
2440}
2441
2442void SMTEncoder::resetMemoryVariables()
2443{

Callers

nothing calls this directly

Calls 2

resetVariablesMethod · 0.80
isStateVariableMethod · 0.45

Tested by

no test coverage detected