| 1731 | } |
| 1732 | |
| 1733 | static timestamp_t get_generation_from_graph_data(struct commit *c, |
| 1734 | void *data UNUSED) |
| 1735 | { |
| 1736 | return commit_graph_data_at(c)->generation; |
| 1737 | } |
| 1738 | |
| 1739 | static void set_generation_v2(struct commit *c, timestamp_t t, |
| 1740 | void *data UNUSED) |
nothing calls this directly
no test coverage detected