| 240 | } |
| 241 | |
| 242 | void 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 | |
| 248 | void get_split_midx_filename_ext(struct odb_source *source, struct strbuf *buf, |
| 249 | const unsigned char *hash, const char *ext) |
no test coverage detected