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

Function rename_tmp_packfile_idx

pack-write.c:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void rename_tmp_packfile_idx(struct repository *repo,
555 struct strbuf *name_buffer,
556 char **idx_tmp_name)
557{
558 rename_tmp_packfile(repo, name_buffer, *idx_tmp_name, "idx");
559}
560
561void stage_tmp_packfiles(struct repository *repo,
562 struct strbuf *name_buffer,

Callers 2

write_pack_fileFunction · 0.85

Calls 1

rename_tmp_packfileFunction · 0.70

Tested by

no test coverage detected