| 1780 | } |
| 1781 | |
| 1782 | static void set_generation_in_graph_data(struct commit *c, timestamp_t t, |
| 1783 | void *data UNUSED) |
| 1784 | { |
| 1785 | commit_graph_data_at(c)->generation = t; |
| 1786 | } |
| 1787 | |
| 1788 | /* |
| 1789 | * After this method, all commits reachable from those in the given |
nothing calls this directly
no test coverage detected