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

Method resetVariable

libsolidity/formal/EncodingContext.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void EncodingContext::resetVariable(frontend::VariableDeclaration const& _variable)
81{
82 newValue(_variable);
83 setUnknownValue(_variable);
84}
85
86void EncodingContext::resetVariables(std::set<frontend::VariableDeclaration const*> const& _variables)
87{

Callers 2

resetVariablesMethod · 0.95
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected