| 15 | static const char *loose_object_header = "# loose-object-idx\n"; |
| 16 | |
| 17 | static inline int should_use_loose_object_map(struct repository *repo) |
| 18 | { |
| 19 | return repo->compat_hash_algo && repo->gitdir; |
| 20 | } |
| 21 | |
| 22 | void loose_object_map_init(struct loose_object_map **map) |
| 23 | { |
no outgoing calls
no test coverage detected