| 110 | } |
| 111 | |
| 112 | type TypeAlias struct { |
| 113 | name string |
| 114 | schema *base.SchemaProxy |
| 115 | alias Type |
| 116 | p Plugin |
| 117 | } |
| 118 | |
| 119 | func (t *TypeAlias) Name() string { |
| 120 | return t.p.TypeObjectName(t.name) |
nothing calls this directly
no outgoing calls
no test coverage detected