| 180 | } |
| 181 | |
| 182 | static void table_iter_close(struct table_iter *ti) |
| 183 | { |
| 184 | table_iter_block_done(ti); |
| 185 | block_iter_close(&ti->bi); |
| 186 | reftable_table_decref(ti->table); |
| 187 | } |
| 188 | |
| 189 | static int table_iter_next_block(struct table_iter *ti) |
| 190 | { |
no test coverage detected