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

Method addSMTLib2Response

libsolidity/interface/CompilerStack.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void CompilerStack::addSMTLib2Response(h256 const& _hash, std::string const& _response)
317{
318 solAssert(m_stackState < ParsedAndImported, "Must add SMTLib2 responses before parsing.");
319 m_smtlib2Responses[_hash] = _response;
320}
321
322void CompilerStack::reset(bool _keepSettings)
323{

Callers 1

compileSolidityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected