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

Function graph_line_addchars

graph.c:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static inline void graph_line_addchars(struct graph_line *line, int c, size_t n)
128{
129 strbuf_addchars(line->buf, c, n);
130 line->width += n;
131}
132
133static inline void graph_line_addstr(struct graph_line *line, const char *s)
134{

Callers 3

graph_pad_horizontallyFunction · 0.85
graph_padding_lineFunction · 0.85

Calls 1

strbuf_addcharsFunction · 0.85

Tested by

no test coverage detected