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

Function set_generation_v2

commit-graph.c:1739–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737}
1738
1739static void set_generation_v2(struct commit *c, timestamp_t t,
1740 void *data UNUSED)
1741{
1742 struct commit_graph_data *g = commit_graph_data_at(c);
1743 g->generation = t;
1744}
1745
1746static void compute_generation_numbers(struct write_commit_graph_context *ctx)
1747{

Callers

nothing calls this directly

Calls 1

commit_graph_data_atFunction · 0.85

Tested by

no test coverage detected