Files
git/reftable
Patrick Steinhardt c82692f755 reftable/reader: set up the reader when initializing table iterator
All the seeking functions accept a `struct reftable_reader` as input
such that they can use the reader to look up the respective blocks.
Refactor the code to instead set up the reader as a member of `struct
table_iter` during initialization such that we don't have to pass the
reader on every single call.

This step is required to move seeking of records into the generic
`struct reftable_iterator` infrastructure.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-05-13 17:04:17 -07:00
..
2024-05-08 10:18:43 -07:00
2024-05-08 10:18:43 -07:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2024-04-08 17:01:41 -07:00
2024-05-08 10:18:43 -07:00
2024-01-23 13:45:27 -08:00
2024-01-23 13:45:27 -08:00
2024-01-23 13:45:27 -08:00