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