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

Method newValue

libsolidity/formal/EncodingContext.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106smtutil::Expression EncodingContext::newValue(frontend::VariableDeclaration const& _decl)
107{
108 solAssert(knownVariable(_decl), "");
109 return m_variables.at(&_decl)->increaseIndex();
110}
111
112void EncodingContext::setZeroValue(frontend::VariableDeclaration const& _decl)
113{

Callers 5

inlineFunctionCallMethod · 0.80
endVisitMethod · 0.80
assignmentMethod · 0.80
mergeVariablesMethod · 0.80

Calls 2

atMethod · 0.80
increaseIndexMethod · 0.45

Tested by

no test coverage detected