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

Function graph_line_addch

graph.c:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119};
120
121static inline void graph_line_addch(struct graph_line *line, int c)
122{
123 strbuf_addch(line->buf, c);
124 line->width++;
125}
126
127static inline void graph_line_addchars(struct graph_line *line, int c, size_t n)
128{

Callers 8

graph_line_write_columnFunction · 0.85
graph_output_commit_charFunction · 0.85
graph_output_commit_lineFunction · 0.85
graph_padding_lineFunction · 0.85

Calls 1

strbuf_addchFunction · 0.85

Tested by

no test coverage detected