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

Function graph_line_addstr

graph.c:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static inline void graph_line_addstr(struct graph_line *line, const char *s)
134{
135 strbuf_addstr(line->buf, s);
136 line->width += strlen(s);
137}
138
139static inline void graph_line_addcolor(struct graph_line *line, unsigned short color)
140{

Callers 9

graph_output_skip_lineFunction · 0.85
graph_output_commit_charFunction · 0.85
graph_draw_octopus_mergeFunction · 0.85
graph_output_commit_lineFunction · 0.85
graph_padding_lineFunction · 0.85

Calls 1

strbuf_addstrFunction · 0.85

Tested by

no test coverage detected