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

Function strbuf_remove

strbuf.c:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void strbuf_remove(struct strbuf *sb, size_t pos, size_t len)
305{
306 strbuf_splice(sb, pos, len, "", 0);
307}
308
309void strbuf_add(struct strbuf *sb, const void *data, size_t len)
310{

Callers 15

strbuf_cleanup_pathFunction · 0.85
write_accept_languageFunction · 0.85
url_parseFunction · 0.85
replace_encoding_headerFunction · 0.85
format_sanitized_subjectFunction · 0.85
get_branchFunction · 0.85
read_bundle_header_fdFunction · 0.85
read_attr_from_fileFunction · 0.85
rerere_mem_getlineFunction · 0.85
cleanup_spaceFunction · 0.85
handle_fromFunction · 0.85

Calls 1

strbuf_spliceFunction · 0.85

Tested by

no test coverage detected