MCPcopy Create free account
hub / github.com/git/git / write_rest

Function write_rest

builtin/unpack-objects.c:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static void write_rest(void)
255{
256 unsigned i;
257 for (i = 0; i < nr_objects; i++) {
258 if (obj_list[i].obj)
259 check_object(obj_list[i].obj, OBJ_ANY, NULL, NULL);
260 }
261}
262
263static void added_object(unsigned nr, enum object_type type,
264 void *data, unsigned long size);

Callers 1

cmd_unpack_objectsFunction · 0.85

Calls 1

check_objectFunction · 0.70

Tested by

no test coverage detected