| 202 | } |
| 203 | |
| 204 | static char *get_split_graph_filename(struct odb_source *source, |
| 205 | const char *oid_hex) |
| 206 | { |
| 207 | return xstrfmt("%s/info/commit-graphs/graph-%s.graph", source->path, |
| 208 | oid_hex); |
| 209 | } |
| 210 | |
| 211 | char *get_commit_graph_chain_filename(struct odb_source *source) |
| 212 | { |
no test coverage detected