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

Method pushSolver

libsolidity/formal/EncodingContext.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void EncodingContext::pushSolver()
202{
203 if (m_accumulateAssertions)
204 m_assertions.push_back(assertions());
205 else
206 m_assertions.emplace_back(true);
207}
208
209void EncodingContext::popSolver()
210{

Callers 4

setCurrentBlockMethod · 0.80
visitMethod · 0.80
initContractMethod · 0.80
initFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected