()
| 1778 | } |
| 1779 | |
| 1780 | func (x *TableMetadata) GetIndexes() []*IndexMetadata { |
| 1781 | if x != nil { |
| 1782 | return x.Indexes |
| 1783 | } |
| 1784 | return nil |
| 1785 | } |
| 1786 | |
| 1787 | func (x *TableMetadata) GetEngine() string { |
| 1788 | if x != nil { |
no outgoing calls
no test coverage detected