MCPcopy Create free account
hub / github.com/argumentcomputer/ix / ptr_eq

Method ptr_eq

crates/kernel/src/level.rs:80–82  ·  view source on GitHub ↗
(&self, other: &KUniv<M>)

Source from the content-addressed store, hash-verified

78 }
79
80 pub fn ptr_eq(&self, other: &KUniv<M>) -> bool {
81 Arc::ptr_eq(&self.0, &other.0)
82 }
83
84 /// Canonical-identity equality: `ptr_eq` or equal intern uid. Sound in
85 /// the affirmative; incomplete in the negative (independently built

Callers 1

hash_eqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected