| 323 | } |
| 324 | |
| 325 | void tmp_objdir_add_as_alternate(const struct tmp_objdir *t) |
| 326 | { |
| 327 | odb_add_to_alternates_memory(t->repo->objects, t->path.buf); |
| 328 | } |
| 329 | |
| 330 | void tmp_objdir_replace_primary_odb(struct tmp_objdir *t, int will_destroy) |
| 331 | { |
no test coverage detected