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

Method dumpQuery

libsmtutil/CHCSmtLib2Interface.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187std::string CHCSmtLib2Interface::dumpQuery(Expression const& _expr)
188{
189 return m_commands.toString() + createQueryAssertion(_expr.name) + '\n' + "(check-sat)" + '\n';
190}
191
192void CHCSmtLib2Interface::createHeader()
193{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected