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

Method assertion

libsmtutil/SMTLib2Interface.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void SMTLib2Commands::assertion(std::string _expr) {
260 m_commands.push_back("(assert " + std::move(_expr) + ')');
261}
262
263void SMTLib2Commands::setOption(std::string _name, std::string _value)
264{

Callers 2

addAssertionMethod · 0.80
addRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected