| 786 | } |
| 787 | |
| 788 | static void prime_cache_tree_sparse_dir(struct cache_tree *it, |
| 789 | struct tree *tree) |
| 790 | { |
| 791 | |
| 792 | oidcpy(&it->oid, &tree->object.oid); |
| 793 | it->entry_count = 1; |
| 794 | } |
| 795 | |
| 796 | static void prime_cache_tree_rec(struct repository *r, |
| 797 | struct cache_tree *it, |
no test coverage detected