MCPcopy Index your code
hub / github.com/git/git / mark_bad_packed_object

Function mark_bad_packed_object

packfile.c:1251–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251void mark_bad_packed_object(struct packed_git *p, const struct object_id *oid)
1252{
1253 oidset_insert(&p->bad_objects, oid);
1254}
1255
1256const struct packed_git *has_packed_and_bad(struct repository *r,
1257 const struct object_id *oid)

Callers 5

retry_bad_packed_offsetFunction · 0.85
unpack_entryFunction · 0.85

Calls 1

oidset_insertFunction · 0.85

Tested by

no test coverage detected