Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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))]
249
pub struct JumpTable(u32);
250
entity_impl!(JumpTable,
"jt"
);
251
252
impl JumpTable {
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected