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

Class Type

cranelift/isle/isle/src/ast.rs:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34/// A declaration of a type.
35#[derive(Clone, PartialEq, Eq, Debug)]
36pub struct Type {
37 pub name: Ident,
38 pub is_extern: bool,
39 pub is_nodebug: bool,
40 pub ty: TypeValue,
41 pub pos: Pos,
42}
43
44/// The actual type-value: a primitive or an enum with variants.
45#[derive(Clone, PartialEq, Eq, Debug)]

Callers 2

parse_defMethod · 0.70
value_typeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected