Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ contains
Method
contains
smt/exprs.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool AndExpr::contains(const expr &e) const {
60
return exprs.count(e);
61
}
62
63
expr AndExpr::operator()() const {
64
return expr::mk_and(exprs);
Callers
2
strip_undef_and_add_ub
Method · 0.80
isImplied
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected