| 456 | } |
| 457 | |
| 458 | static int table_iter_seek_void(void *ti, struct reftable_record *want) |
| 459 | { |
| 460 | return table_iter_seek(ti, want); |
| 461 | } |
| 462 | |
| 463 | static int table_iter_next_void(void *ti, struct reftable_record *rec) |
| 464 | { |
nothing calls this directly
no test coverage detected