| 158 | } |
| 159 | |
| 160 | static void table_iter_block_done(struct table_iter *ti) |
| 161 | { |
| 162 | reftable_block_release(&ti->block); |
| 163 | block_iter_reset(&ti->bi); |
| 164 | } |
| 165 | |
| 166 | int table_init_block(struct reftable_table *t, struct reftable_block *block, |
| 167 | uint64_t next_off, uint8_t want_typ) |
no test coverage detected