| 81 | } |
| 82 | |
| 83 | static 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 | |
| 88 | static void set_commit_pos(struct repository *r, const struct object_id *oid) |
| 89 | { |
no outgoing calls
no test coverage detected