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

Method toSmtLibSort

libsmtutil/SMTLib2Interface.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172std::string SMTLib2Interface::toSmtLibSort(SortPointer _sort)
173{
174 return m_context.toSmtLibSort(std::move(_sort));
175}
176
177std::vector<std::string> SMTLib2Interface::toSmtLibSort(std::vector<SortPointer> const& _sorts)
178{

Callers 1

resetMethod · 0.45

Calls 2

reserveMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected