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

Method addVariableDeclaration

libsmtutil/CHCSmtLib2Interface.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void CHCSmtLib2Interface::ScopedParser::addVariableDeclaration(std::string _name, solidity::smtutil::SortPointer _sort)
230{
231 m_localVariables.emplace(std::move(_name), std::move(_sort));
232}
233
234std::optional<SortPointer> CHCSmtLib2Interface::ScopedParser::lookupKnownTupleSort(std::string const& _name) const
235{

Callers 2

graphFromZ3AnswerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected