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

Method getDeclaredSort

libsmtutil/SMTLib2Context.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52SortPointer SMTLib2Context::getDeclaredSort(std::string const& _name) const
53{
54 smtAssert(isDeclared(_name));
55 return m_functions.at(_name);
56}
57
58void SMTLib2Context::clear() {
59 m_functions.clear();

Callers 2

forallMethod · 0.80
toSMTUtilExpressionMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected