()
| 3233 | } |
| 3234 | |
| 3235 | func (x *IndexMetadata) GetUnique() bool { |
| 3236 | if x != nil { |
| 3237 | return x.Unique |
| 3238 | } |
| 3239 | return false |
| 3240 | } |
| 3241 | |
| 3242 | func (x *IndexMetadata) GetPrimary() bool { |
| 3243 | if x != nil { |
no outgoing calls
no test coverage detected