()
| 2195 | } |
| 2196 | |
| 2197 | func (x *SourceVariant) GetVariant() string { |
| 2198 | if x != nil { |
| 2199 | return x.Variant |
| 2200 | } |
| 2201 | return "" |
| 2202 | } |
| 2203 | |
| 2204 | func (m *SourceVariant) GetDefinition() isSourceVariant_Definition { |
| 2205 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected