MCPcopy Create free account
hub / github.com/coder/guts / Alias

Struct Alias

bindings/declarations.go:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33func (*PropertySignature) isNode() {}
34
35type Alias struct {
36 Name Identifier
37 Modifiers []Modifier
38 Type ExpressionType
39 Parameters []*TypeParameter
40 SupportComments
41 Source
42}
43
44func (*Alias) isNode() {}
45func (*Alias) isDeclarationType() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected