()
| 311 | } |
| 312 | |
| 313 | func (t *TableSchema) GetPaginationKeyIndex() int { |
| 314 | return t.PaginationKeyIndex |
| 315 | } |
| 316 | |
| 317 | func (c TableSchemaCache) AsSlice() (tables []*TableSchema) { |
| 318 | for _, tableSchema := range c { |
no outgoing calls
no test coverage detected