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

Function strbuf_insert

strbuf.c:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void strbuf_insert(struct strbuf *sb, size_t pos, const void *data, size_t len)
264{
265 strbuf_splice(sb, pos, 0, data, len);
266}
267
268void strbuf_vinsertf(struct strbuf *sb, size_t pos, const char *fmt, va_list ap)
269{

Callers 15

fmt_merge_msg_sigsFunction · 0.85
packet_read_with_statusFunction · 0.85
format_and_pad_commitFunction · 0.85
handle_filter_flowedFunction · 0.85
handle_bodyFunction · 0.85
add_header_signatureFunction · 0.85
ensure_utf8Function · 0.85
find_name_gnuFunction · 0.85
strbuf_insertstrFunction · 0.85
mingw_spawnve_fdFunction · 0.85
handle_content_typeFunction · 0.85

Calls 1

strbuf_spliceFunction · 0.85

Tested by

no test coverage detected