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

Function set_commit_tree

commit-graph.c:923–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923static inline void set_commit_tree(struct commit *c, struct tree *t)
924{
925 c->maybe_tree = t;
926}
927
928static int fill_commit_in_graph(struct commit *item,
929 struct commit_graph *g, uint32_t pos)

Callers 2

fill_commit_in_graphFunction · 0.70
load_tree_for_commitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected