| 727 | } |
| 728 | |
| 729 | static int graph_num_dashed_parents(struct git_graph *graph) |
| 730 | { |
| 731 | return graph->num_parents + graph->merge_layout - 3; |
| 732 | } |
| 733 | |
| 734 | static int graph_num_expansion_rows(struct git_graph *graph) |
| 735 | { |
no outgoing calls
no test coverage detected