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

Method hash

crates/cranelift/src/debug/transform/expression.rs:878–880  ·  view source on GitHub ↗
(&self, hasher: &mut H)

Source from the content-addressed store, hash-verified

876
877impl Hash for JumpTargetMarker {
878 fn hash<H: Hasher>(&self, hasher: &mut H) {
879 hasher.write_u32(*self.0);
880 }
881}
882impl std::fmt::Debug for JumpTargetMarker {
883 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::result::Result<(), std::fmt::Error> {

Callers

nothing calls this directly

Calls 1

write_u32Method · 0.45

Tested by

no test coverage detected