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

Function abort_http_object_request

http.c:3006–3012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3004}
3005
3006void abort_http_object_request(struct http_object_request **freq_p)
3007{
3008 struct http_object_request *freq = *freq_p;
3009 unlink_or_warn(freq->tmpfile.buf);
3010
3011 release_http_object_request(freq_p);
3012}
3013
3014void release_http_object_request(struct http_object_request **freq_p)
3015{

Callers 1

fetch_objectFunction · 0.85

Calls 2

unlink_or_warnFunction · 0.85

Tested by

no test coverage detected