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

Function http_status

http-backend.c:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void http_status(struct strbuf *hdr, unsigned code, const char *msg)
95{
96 strbuf_addf(hdr, "Status: %u %s\r\n", code, msg);
97}
98
99static void hdr_str(struct strbuf *hdr, const char *name, const char *value)
100{

Callers 5

not_foundFunction · 0.85
forbiddenFunction · 0.85
check_content_typeFunction · 0.85
die_webcgiFunction · 0.85
bad_requestFunction · 0.85

Calls 1

strbuf_addfFunction · 0.85

Tested by

no test coverage detected