Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
SortPointer SMTLib2Context::getDeclaredSort(std::string const& _name) const
53
{
54
smtAssert(isDeclared(_name));
55
return m_functions.at(_name);
56
}
57
58
void SMTLib2Context::clear() {
59
m_functions.clear();
Callers
2
forall
Method · 0.80
toSMTUtilExpression
Method · 0.80
Calls
1
at
Method · 0.80
Tested by
no test coverage detected