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

Function get_midx_chain_filename

midx.c:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void get_midx_chain_filename(struct odb_source *source, struct strbuf *buf)
243{
244 get_midx_chain_dirname(source, buf);
245 strbuf_addstr(buf, "/multi-pack-index-chain");
246}
247
248void get_split_midx_filename_ext(struct odb_source *source, struct strbuf *buf,
249 const unsigned char *hash, const char *ext)

Callers 5

clear_midx_filesFunction · 0.85
write_midx_internalFunction · 0.85
write_midx_incrementalFunction · 0.85

Calls 2

get_midx_chain_dirnameFunction · 0.85
strbuf_addstrFunction · 0.85

Tested by

no test coverage detected