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

Struct PropertySignature

bindings/declarations.go:24–31  ·  view source on GitHub ↗

PropertySignature is a field in an interface

Source from the content-addressed store, hash-verified

22
23// PropertySignature is a field in an interface
24type PropertySignature struct {
25 // Name is the field name
26 Name string
27 Modifiers []Modifier
28 QuestionToken bool
29 Type ExpressionType
30 SupportComments
31}
32
33func (*PropertySignature) isNode() {}
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected