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

Function get_split_graph_filename

commit-graph.c:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static 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
211char *get_commit_graph_chain_filename(struct odb_source *source)
212{

Callers 2

write_commit_graph_fileFunction · 0.85

Calls 1

xstrfmtFunction · 0.85

Tested by

no test coverage detected