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

Class Value

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

Source from the content-addressed store, hash-verified

65#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
66#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
67pub struct Value(u32);
68entity_impl!(Value, "v");
69
70impl Value {

Callers 4

decode_from_valueMethod · 0.70
map_valueMethod · 0.70
fromMethod · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected