Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ eq
Method
eq
crates/kernel/src/expr.rs:168–170 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
166
Str(String, Address, ExprInfo<M>),
167
}
168
169
impl<M: KernelMode> ExprData<M> {
170
pub fn info(&self) -> &ExprInfo<M> {
171
match self {
172
ExprData::Var(.., i)
173
| ExprData::FVar(.., i)
Callers
nothing calls this directly
Calls
1
hash_eq
Method · 0.45
Tested by
no test coverage detected