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

Function object_array_init

object.c:438–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436static char object_array_slopbuf[1];
437
438void object_array_init(struct object_array *array)
439{
440 struct object_array blank = OBJECT_ARRAY_INIT;
441 memcpy(array, &blank, sizeof(*array));
442}
443
444void add_object_array_with_path(struct object *obj, const char *name,
445 struct object_array *array,

Callers 1

find_boundary_objectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected