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

Method clear

libsmtutil/SMTLib2Interface.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void SMTLib2Commands::clear() {
255 m_commands.clear();
256 m_frameLimits.clear();
257}
258
259void SMTLib2Commands::assertion(std::string _expr) {
260 m_commands.push_back("(assert " + std::move(_expr) + ')');

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected