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

Method resetMemoryVariables

libsolidity/formal/SMTEncoder.cpp:2442–2447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2440}
2441
2442void SMTEncoder::resetMemoryVariables()
2443{
2444 m_context.resetVariables([&](VariableDeclaration const& _variable) {
2445 return _variable.referenceLocation() == VariableDeclaration::Location::Memory;
2446 });
2447}
2448
2449void SMTEncoder::resetStorageVariables()
2450{

Callers

nothing calls this directly

Calls 2

resetVariablesMethod · 0.80
referenceLocationMethod · 0.80

Tested by

no test coverage detected