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

Function set_commit_tree

commit.c:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432static inline void set_commit_tree(struct commit *c, struct tree *t)
433{
434 c->maybe_tree = t;
435}
436
437static void load_tree_from_commit_contents(struct repository *r, struct commit *commit)
438{

Callers 3

release_commit_memoryFunction · 0.70
parse_commit_bufferFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected