| 247 | } |
| 248 | |
| 249 | static bool bitmap_writer_pos_cache_valid(struct bitmap_writer *writer, |
| 250 | size_t slot) |
| 251 | { |
| 252 | return !!(writer->pos_cache[slot].pos & BITMAP_POS_CACHE_VALID); |
| 253 | } |
| 254 | |
| 255 | static int find_cached_object_pos(struct bitmap_writer *writer, |
| 256 | const struct object_id *oid, uint32_t *pos) |
no outgoing calls
no test coverage detected