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

Method dumpQuery

libsmtutil/SMTPortfolio.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140std::string SMTPortfolio::dumpQuery(std::vector<Expression> const& _expressionsToEvaluate)
141{
142 // This code assumes that the constructor guarantees that
143 // SmtLib2Interface is in position 0, if enabled.
144 auto smtlib2 = dynamic_cast<SMTLib2Interface*>(m_solvers.front().get());
145 solAssert(smtlib2, "Must use SMTLib2 solver to dump queries");
146 return smtlib2->dumpQuery(_expressionsToEvaluate);
147}

Callers 2

queryMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected