()
| 4166 | } |
| 4167 | |
| 4168 | func (x *TypeUpdate) GetTypeName() string { |
| 4169 | if x != nil { |
| 4170 | return x.TypeName |
| 4171 | } |
| 4172 | return "" |
| 4173 | } |
| 4174 | |
| 4175 | func (x *TypeUpdate) GetFields() []*SchemaUpdate { |
| 4176 | if x != nil { |
no outgoing calls
no test coverage detected