Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ isDeclared
Method
isDeclared
libsmtutil/SMTLib2Context.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool SMTLib2Context::isDeclared(std::string const& _name) const
42
{
43
return m_functions.count(_name) > 0;
44
}
45
46
void SMTLib2Context::declare(std::string const& _name, SortPointer const& _sort)
47
{
Callers
6
declareVariable
Method · 0.80
declareFunction
Method · 0.80
registerRelation
Method · 0.80
declareVariable
Method · 0.80
collectVariableNames
Method · 0.80
toSMTUtilExpression
Method · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected