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

Function graph_min_size

commit-graph.c:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83static size_t graph_min_size(const struct git_hash_algo *algop)
84{
85 return GRAPH_HEADER_SIZE + 4 * CHUNK_TOC_ENTRY_SIZE + GRAPH_FANOUT_SIZE + algop->rawsz;
86}
87
88static void set_commit_pos(struct repository *r, const struct object_id *oid)
89{

Callers 2

parse_commit_graphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected