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

Class Ident

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

Source from the content-addressed store, hash-verified

24/// An identifier -- a variable, term symbol, or type.
25#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
26pub struct Ident(pub String, pub Pos);
27
28/// Pragmas parsed with the `(pragma <ident>)` syntax.
29#[derive(Clone, PartialEq, Eq, Debug)]

Callers 7

parse_annotationsFunction · 0.85
type_from_astMethod · 0.85
build_type_envFunction · 0.85
str_to_identMethod · 0.85
parse_constMethod · 0.85

Calls

no outgoing calls

Tested by 1

build_type_envFunction · 0.68