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

Class Block

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

Source from the content-addressed store, hash-verified

36#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
37#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
38pub struct Block(u32);
39entity_impl!(Block, "block");
40
41impl Block {

Callers 2

fromMethod · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected