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

Function append_oid_to_array

submodule.c:1258–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258static int append_oid_to_array(const struct reference *ref, void *data)
1259{
1260 struct oid_array *array = data;
1261 oid_array_append(array, ref->oid);
1262 return 0;
1263}
1264
1265void check_for_new_submodule_commits(struct object_id *oid)
1266{

Callers

nothing calls this directly

Calls 1

oid_array_appendFunction · 0.85

Tested by

no test coverage detected