MCPcopy Index your code
hub / github.com/git/git / get_commit_graph_filename

Function get_commit_graph_filename

commit-graph.c:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

load_commit_graph_v1Function · 0.85
write_commit_graph_fileFunction · 0.85
graph_verifyFunction · 0.85

Calls 1

xstrfmtFunction · 0.85

Tested by

no test coverage detected