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

Function fetch_pack_fsck_objects

fetch-pack.c:2158–2166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2156}
2157
2158int fetch_pack_fsck_objects(void)
2159{
2160 fetch_pack_setup();
2161 if (fetch_fsck_objects >= 0)
2162 return fetch_fsck_objects;
2163 if (transfer_fsck_objects >= 0)
2164 return transfer_fsck_objects;
2165 return 0;
2166}
2167
2168struct ref *fetch_pack(struct fetch_pack_args *args,
2169 int fd[],

Callers 3

get_packFunction · 0.85
fetch_refs_from_bundleFunction · 0.85
unbundle_from_fileFunction · 0.85

Calls 1

fetch_pack_setupFunction · 0.85

Tested by

no test coverage detected