MCPcopy Create free account
hub / github.com/git/git / tmp_objdir_add_as_alternate

Function tmp_objdir_add_as_alternate

tmp-objdir.c:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void 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
330void tmp_objdir_replace_primary_odb(struct tmp_objdir *t, int will_destroy)
331{

Callers 1

unpackFunction · 0.85

Calls 1

Tested by

no test coverage detected