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

Method eq

cranelift/codegen/src/machinst/buffer.rs:2115–2117  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

2113
2114impl<I: VCodeInst> PartialEq for MachLabelFixup<I> {
2115 fn eq(&self, other: &Self) -> bool {
2116 self.deadline() == other.deadline()
2117 }
2118}
2119
2120impl<I: VCodeInst> Eq for MachLabelFixup<I> {}

Callers

nothing calls this directly

Calls 1

deadlineMethod · 0.80

Tested by

no test coverage detected