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

Class Model

cranelift/isle/isle/src/ast.rs:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274/// A model of a construct into SMT-LIB (currently, types or enums)
275#[derive(Clone, PartialEq, Eq, Debug)]
276pub struct Model {
277 /// The name of the type or enum
278 pub name: Ident,
279 /// The value of the type or enum (potentially multiple values)
280 pub val: ModelValue,
281}
282
283#[derive(Clone, PartialEq, Eq, Debug)]
284pub struct Signature {

Callers 1

parse_defMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected