| 209 | } |
| 210 | |
| 211 | char *get_commit_graph_chain_filename(struct odb_source *source) |
| 212 | { |
| 213 | return xstrfmt("%s/info/commit-graphs/commit-graph-chain", source->path); |
| 214 | } |
| 215 | |
| 216 | static struct commit_graph *alloc_commit_graph(void) |
| 217 | { |
no test coverage detected