MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / eq

Method eq

crates/cranelift/src/debug/transform/expression.rs:872–874  ·  view source on GitHub ↗
(&self, other: &JumpTargetMarker)

Source from the content-addressed store, hash-verified

870
871impl PartialEq for JumpTargetMarker {
872 fn eq(&self, other: &JumpTargetMarker) -> bool {
873 Rc::ptr_eq(&self.0, &other.0)
874 }
875}
876
877impl Hash for JumpTargetMarker {

Callers 2

is_obj_ptr_paramFunction · 0.45
translate_operatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected