()
| 2404 | } |
| 2405 | |
| 2406 | func (x *ColumnMetadata) GetGeneration() *GenerationMetadata { |
| 2407 | if x != nil { |
| 2408 | return x.Generation |
| 2409 | } |
| 2410 | return nil |
| 2411 | } |
| 2412 | |
| 2413 | func (x *ColumnMetadata) GetIsIdentity() bool { |
| 2414 | if x != nil { |
no outgoing calls
no test coverage detected