Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ eq
Method
eq
ir/state_value.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool StateValue::eq(const StateValue &other) const {
68
return value.eq(other.value) && non_poison.eq(other.non_poison);
69
}
70
71
set<expr> StateValue::vars() const {
72
return expr::vars({ &value, &non_poison });
Callers
1
subst
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected