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

Function set_commit_tree

merge-ort.c:5001–5004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4999}
5000
5001static inline void set_commit_tree(struct commit *c, struct tree *t)
5002{
5003 c->maybe_tree = t;
5004}
5005
5006struct commit *make_virtual_commit(struct repository *repo,
5007 struct tree *tree,

Callers 1

make_virtual_commitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected