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

Function get_commit_tree_in_graph

commit-graph.c:1125–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125struct tree *get_commit_tree_in_graph(struct repository *r, const struct commit *c)
1126{
1127 return get_commit_tree_in_graph_one(r->objects->commit_graph, c);
1128}
1129
1130struct write_commit_graph_context {
1131 struct repository *r;

Callers 2

repo_get_commit_treeFunction · 0.85

Calls 1

Tested by 1