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

Function add_object_array

object.c:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476void add_object_array(struct object *obj, const char *name, struct object_array *array)
477{
478 add_object_array_with_path(obj, name, array, S_IFINVALID, NULL);
479}
480
481/*
482 * Free all memory associated with an entry; the result is

Callers 15

show_boundary_commitFunction · 0.85
add_to_object_arrayFunction · 0.85
find_first_mergesFunction · 0.85
do_got_oidFunction · 0.85
do_reachable_revlistFunction · 0.85
send_unshallowFunction · 0.85
process_shallowFunction · 0.85
receive_needsFunction · 0.85
parse_wantFunction · 0.85
parse_want_refFunction · 0.85
can_all_from_reachFunction · 0.85
commit_is_completeFunction · 0.85

Calls 1

Tested by 1

cmd__reachFunction · 0.68