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

Function load_commit_graph_v1

commit-graph.c:511–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511static struct commit_graph *load_commit_graph_v1(struct odb_source *source)
512{
513 char *graph_name = get_commit_graph_filename(source);
514 struct commit_graph *g = load_commit_graph_one(source, graph_name);
515 free(graph_name);
516
517 return g;
518}
519
520/*
521 * returns 1 if and only if all graphs in the chain have

Callers 1

read_commit_graph_oneFunction · 0.85

Calls 2

load_commit_graph_oneFunction · 0.85

Tested by

no test coverage detected