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

Function graph_needs_pre_commit_line

graph.c:759–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759static int graph_needs_pre_commit_line(struct git_graph *graph)
760{
761 return graph->num_parents >= 3 &&
762 graph->commit_index < (graph->num_columns - 1) &&
763 graph->expansion_row < graph_num_expansion_rows(graph);
764}
765
766void graph_update(struct git_graph *graph, struct commit *commit)
767{

Callers 3

graph_updateFunction · 0.85
graph_output_skip_lineFunction · 0.85

Calls 1

graph_num_expansion_rowsFunction · 0.85

Tested by

no test coverage detected