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

Class ExceptionTag

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

Source from the content-addressed store, hash-verified

333#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
334#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
335pub struct ExceptionTag(u32);
336entity_impl!(ExceptionTag, "tag");
337
338impl ExceptionTag {

Callers 1

numbered_entityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected