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