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

Class JumpTable

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

Source from the content-addressed store, hash-verified

247#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
248#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
249pub struct JumpTable(u32);
250entity_impl!(JumpTable, "jt");
251
252impl JumpTable {

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected