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

Function get_generation_from_graph_data

commit-graph.c:1733–1737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731}
1732
1733static 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
1739static void set_generation_v2(struct commit *c, timestamp_t t,
1740 void *data UNUSED)

Callers

nothing calls this directly

Calls 1

commit_graph_data_atFunction · 0.85

Tested by

no test coverage detected