Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
std::string CHCSmtLib2Interface::dumpQuery(Expression const& _expr)
188
{
189
return m_commands.toString() + createQueryAssertion(_expr.name) +
'\n'
+
"(check-sat)"
+
'\n'
;
190
}
191
192
void CHCSmtLib2Interface::createHeader()
193
{
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected