Placeholder represents a named placeholder.
| 774 | |
| 775 | // Placeholder represents a named placeholder. |
| 776 | type Placeholder struct { |
| 777 | Idx PlaceholderIdx |
| 778 | |
| 779 | typeAnnotation |
| 780 | } |
| 781 | |
| 782 | // NewPlaceholder allocates a Placeholder. |
| 783 | func NewPlaceholder(name string) (*Placeholder, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected