()
| 3289 | } |
| 3290 | |
| 3291 | func (x *IndexMetadata) GetIsConstraint() bool { |
| 3292 | if x != nil { |
| 3293 | return x.IsConstraint |
| 3294 | } |
| 3295 | return false |
| 3296 | } |
| 3297 | |
| 3298 | func (x *IndexMetadata) GetSpatialConfig() *SpatialIndexConfig { |
| 3299 | if x != nil { |
no outgoing calls
no test coverage detected