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

Function graph_line_write_column

graph.c:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static void graph_line_write_column(struct graph_line *line, const struct column *c,
145 char col_char)
146{
147 if (c->color < column_colors_max)
148 graph_line_addcolor(line, c->color);
149 graph_line_addch(line, col_char);
150 if (c->color < column_colors_max)
151 graph_line_addcolor(line, column_colors_max);
152}
153
154struct git_graph {
155 /*

Callers 7

graph_draw_octopus_mergeFunction · 0.85
graph_output_commit_lineFunction · 0.85
graph_padding_lineFunction · 0.85

Calls 2

graph_line_addcolorFunction · 0.85
graph_line_addchFunction · 0.85

Tested by

no test coverage detected