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

Function strbuf_addf

strbuf.c:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void strbuf_addf(struct strbuf *sb, const char *fmt, ...)
355{
356 va_list ap;
357 va_start(ap, fmt);
358 strbuf_vaddf(sb, fmt, ap);
359 va_end(ap);
360}
361
362void strbuf_add_uint(struct strbuf *sb, uintmax_t value)
363{

Callers 15

add_comment_char_adviceFunction · 0.85
store_create_sectionFunction · 0.85
write_pairFunction · 0.85
get_common_dir_noenvFunction · 0.85
verify_repository_formatFunction · 0.85

Calls 1

strbuf_vaddfFunction · 0.85

Tested by 15

prefix_magicFunction · 0.68
pathspec_magic_namesFunction · 0.68
app__unhandled_commandFunction · 0.68
app__big_commandFunction · 0.68
app__chunk_commandFunction · 0.68
app__slow_commandFunction · 0.68
app__sendbytes_commandFunction · 0.68
cmd_mainFunction · 0.68
dumpFunction · 0.68
test_stdin_pipe_feedFunction · 0.68
next_testFunction · 0.68