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

Function hdr_str

http-backend.c:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static void hdr_str(struct strbuf *hdr, const char *name, const char *value)
100{
101 strbuf_addf(hdr, "%s: %s\r\n", name, value);
102}
103
104static void hdr_int(struct strbuf *hdr, const char *name, uintmax_t value)
105{

Callers 8

hdr_dateFunction · 0.85
hdr_nocacheFunction · 0.85
hdr_cache_foreverFunction · 0.85
send_strbufFunction · 0.85
send_local_fileFunction · 0.85
get_info_refsFunction · 0.85
service_rpcFunction · 0.85
bad_requestFunction · 0.85

Calls 1

strbuf_addfFunction · 0.85

Tested by

no test coverage detected