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

Class SigRef

cranelift/codegen/src/ir/entities.rs:312–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
311#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
312pub struct SigRef(u32);
313entity_impl!(SigRef, "sig");
314
315impl SigRef {

Callers 2

numbered_entityMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected