MCPcopy Create free account
hub / github.com/hashintel/hash / Type

Class Type

libs/@local/hashql/ast/src/node/type/mod.rs:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201/// signatures, generic constraints, and other contexts where type information is needed.
202#[derive(Clone, Debug, PartialEq, Eq, Hash)]
203pub struct Type<'heap> {
204 pub id: NodeId,
205 pub span: SpanId,
206
207 pub kind: TypeKind<'heap>,
208}

Callers 8

visit_typeMethod · 0.50
setup_localsMethod · 0.50
translate_childrenMethod · 0.50
type_kindMethod · 0.50
variable_kindMethod · 0.50
closure_signatureMethod · 0.50
lower_typeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected