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

Function graph_data_width

commit-graph.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76static struct commit_pos commit_pos = COMMIT_SLAB_INIT(1, commit_pos);
77
78static size_t graph_data_width(const struct git_hash_algo *algop)
79{
80 return algop->rawsz + 16;
81}
82
83static size_t graph_min_size(const struct git_hash_algo *algop)
84{

Callers 3

graph_read_commit_dataFunction · 0.85
fill_commit_graph_infoFunction · 0.85
load_tree_for_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected