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

Function strbuf_add_lines

strbuf.c:798–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798void strbuf_add_lines(struct strbuf *out, const char *prefix,
799 const char *buf, size_t size)
800{
801 add_lines(out, prefix, buf, size, 0);
802}
803
804void strbuf_addstr_xml_quoted(struct strbuf *buf, const char *s)
805{

Callers 3

convert_commit_objectFunction · 0.85
add_extra_headerFunction · 0.85
submodule_create_branchFunction · 0.85

Calls 1

add_linesFunction · 0.85

Tested by

no test coverage detected