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

Function alloc_commit_graph

commit-graph.c:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216static struct commit_graph *alloc_commit_graph(void)
217{
218 struct commit_graph *g = xcalloc(1, sizeof(*g));
219
220 return g;
221}
222
223static int commit_graph_compatible(struct repository *r)
224{

Callers 1

parse_commit_graphFunction · 0.85

Calls 1

xcallocFunction · 0.85

Tested by

no test coverage detected