| 1500 | } |
| 1501 | |
| 1502 | static int in_delta_base_cache(struct packed_git *p, off_t base_offset) |
| 1503 | { |
| 1504 | return !!get_delta_base_cache_entry(p, base_offset); |
| 1505 | } |
| 1506 | |
| 1507 | /* |
| 1508 | * Remove the entry from the cache, but do _not_ free the associated |
no test coverage detected