MCPcopy Create free account
hub / github.com/git/git / graph_num_dashed_parents

Function graph_num_dashed_parents

graph.c:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

graph_num_expansion_rowsFunction · 0.85
graph_draw_octopus_mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected