MCPcopy Index your code
hub / github.com/git/git / strbuf_add_commented_lines

Function strbuf_add_commented_lines

strbuf.c:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void strbuf_add_commented_lines(struct strbuf *out, const char *buf,
394 size_t size, const char *comment_prefix)
395{
396 add_lines(out, comment_prefix, buf, size, 1);
397}
398
399void strbuf_commented_addf(struct strbuf *sb, const char *comment_prefix,
400 const char *fmt, ...)

Callers 13

fmt_tag_signatureFunction · 0.85
fmt_merge_msg_sigsFunction · 0.85
append_todo_helpFunction · 0.85
add_commented_linesFunction · 0.85
append_squash_messageFunction · 0.85
update_squash_messagesFunction · 0.85
strbuf_commented_addfFunction · 0.85
write_commented_objectFunction · 0.85
prepare_note_dataFunction · 0.85

Calls 1

add_linesFunction · 0.85

Tested by

no test coverage detected