| 721 | static int find_cache_pos(struct traverse_info *, const char *p, size_t len); |
| 722 | |
| 723 | static void restore_cache_bottom(struct traverse_info *info, int bottom) |
| 724 | { |
| 725 | struct unpack_trees_options *o = info->data; |
| 726 | |
| 727 | if (o->diff_index_cached) |
| 728 | return; |
| 729 | o->internal.cache_bottom = bottom; |
| 730 | } |
| 731 | |
| 732 | static int switch_cache_bottom(struct traverse_info *info) |
| 733 | { |
no outgoing calls
no test coverage detected