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

Function hdr_int

http-backend.c:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static void hdr_int(struct strbuf *hdr, const char *name, uintmax_t value)
105{
106 strbuf_addf(hdr, "%s: %" PRIuMAX "\r\n", name, value);
107}
108
109static void hdr_date(struct strbuf *hdr, const char *name, timestamp_t when)
110{

Callers 2

send_strbufFunction · 0.85
send_local_fileFunction · 0.85

Calls 1

strbuf_addfFunction · 0.85

Tested by

no test coverage detected