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

Function add_to_object_array

fetch-pack.c:2225–2231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2223}
2224
2225static int add_to_object_array(const struct object_id *oid, void *data)
2226{
2227 struct object_array *a = data;
2228
2229 add_object_array(lookup_object(the_repository, oid), "", a);
2230 return 0;
2231}
2232
2233static void clear_common_flag(struct oidset *s)
2234{

Callers

nothing calls this directly

Calls 2

add_object_arrayFunction · 0.85
lookup_objectFunction · 0.85

Tested by

no test coverage detected