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

Method assertions

libsolidity/formal/EncodingContext.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191/// Solver.
192
193smtutil::Expression EncodingContext::assertions()
194{
195 if (m_assertions.empty())
196 return smtutil::Expression(true);
197
198 return m_assertions.back();
199}
200
201void EncodingContext::pushSolver()
202{

Callers 3

connectBlocksMethod · 0.80
addVerificationTargetMethod · 0.80

Calls 2

ExpressionClass · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected