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

Function object_request_headers

http.c:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325static struct curl_slist *object_request_headers(void)
326{
327 return curl_slist_append(http_copy_default_headers(), "Pragma:");
328}
329
330static void closedown_active_slot(struct active_request_slot *slot)
331{

Callers 2

new_http_object_requestFunction · 0.85

Calls 1

Tested by

no test coverage detected