MCPcopy Create free account
hub / github.com/git/git / table_iter_block_done

Function table_iter_block_done

reftable/table.c:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

table_iter_closeFunction · 0.85
table_iter_seek_linearFunction · 0.85

Calls 2

reftable_block_releaseFunction · 0.85
block_iter_resetFunction · 0.85

Tested by

no test coverage detected