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

Class DynamicType

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

Source from the content-addressed store, hash-verified

147#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
148#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
149pub struct DynamicType(u32);
150entity_impl!(DynamicType, "dt");
151
152impl DynamicType {

Callers 2

numbered_entityMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected