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

Function get_commit_graph_chain_filename

commit-graph.c:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

load_commit_graph_chainFunction · 0.85
write_commit_graph_fileFunction · 0.85
expire_commit_graphsFunction · 0.85
graph_verifyFunction · 0.85

Calls 1

xstrfmtFunction · 0.85

Tested by

no test coverage detected