| 569 | } |
| 570 | |
| 571 | static int fetch_ref(struct walker *walker, struct ref *ref) |
| 572 | { |
| 573 | struct walker_data *data = walker->data; |
| 574 | return http_fetch_ref(data->alt->base, ref); |
| 575 | } |
| 576 | |
| 577 | static void cleanup(struct walker *walker) |
| 578 | { |
nothing calls this directly
no test coverage detected