| 197 | } |
| 198 | |
| 199 | char *get_commit_graph_filename(struct odb_source *source) |
| 200 | { |
| 201 | return xstrfmt("%s/info/commit-graph", source->path); |
| 202 | } |
| 203 | |
| 204 | static char *get_split_graph_filename(struct odb_source *source, |
| 205 | const char *oid_hex) |
no test coverage detected