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

Function finalize_object_file

object-file.c:402–406  ·  view source on GitHub ↗

* Move the just written object into its final resting place. */

Source from the content-addressed store, hash-verified

400 * Move the just written object into its final resting place.
401 */
402int finalize_object_file(struct repository *repo,
403 const char *tmpfile, const char *filename)
404{
405 return finalize_object_file_flags(repo, tmpfile, filename, 0);
406}
407
408int finalize_object_file_flags(struct repository *repo,
409 const char *tmpfile, const char *filename,

Callers 6

http_get_fileFunction · 0.85
write_midx_reverse_indexFunction · 0.85
rename_tmp_packfileFunction · 0.85
rename_tmp_packfileFunction · 0.85
keep_packFunction · 0.85

Calls 1

Tested by

no test coverage detected