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

Method getTupleType

libsmtutil/SMTLib2Context.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290std::optional<SortPointer> SMTLib2Context::getTupleType(std::string const& _name) const
291{
292 auto it = m_tupleSorts.find(_name);
293 return it == m_tupleSorts.end() ? std::nullopt : std::optional<SortPointer>(unresolve(it->second));
294}
295
296std::optional<std::pair<std::string, SortPointer>> SMTLib2Context::getTupleAccessor(std::string const& _name) const
297{

Callers 2

lookupKnownTupleSortMethod · 0.80
toSMTUtilExpressionMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected