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

Function http_get_strbuf

http.c:2487–2492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2485}
2486
2487int http_get_strbuf(const char *url,
2488 struct strbuf *result,
2489 struct http_get_options *options)
2490{
2491 return http_request_recoverable(url, result, HTTP_REQUEST_STRBUF, options);
2492}
2493
2494/*
2495 * Downloads a URL and stores the result in the given file.

Callers 5

http_fetch_refFunction · 0.85
http_get_info_packsFunction · 0.85
remote_existsFunction · 0.85
fetch_symrefFunction · 0.85
discover_refsFunction · 0.85

Calls 1

http_request_recoverableFunction · 0.85

Tested by

no test coverage detected