Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
static struct commit_graph *alloc_commit_graph(void)
217
{
218
struct commit_graph *g = xcalloc(1, sizeof(*g));
219
220
return g;
221
}
222
223
static int commit_graph_compatible(struct repository *r)
224
{
Callers
1
parse_commit_graph
Function · 0.85
Calls
1
xcalloc
Function · 0.85
Tested by
no test coverage detected