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

Method resetStorageVariables

libsolidity/formal/SMTEncoder.cpp:2449–2454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2447}
2448
2449void SMTEncoder::resetStorageVariables()
2450{
2451 m_context.resetVariables([&](VariableDeclaration const& _variable) {
2452 return _variable.referenceLocation() == VariableDeclaration::Location::Storage || _variable.isStateVariable();
2453 });
2454}
2455
2456void SMTEncoder::resetBalances()
2457{

Callers

nothing calls this directly

Calls 3

resetVariablesMethod · 0.80
referenceLocationMethod · 0.80
isStateVariableMethod · 0.45

Tested by

no test coverage detected