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

Function set_generation_in_graph_data

commit-graph.c:1782–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780}
1781
1782static 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

Callers

nothing calls this directly

Calls 1

commit_graph_data_atFunction · 0.85

Tested by

no test coverage detected