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

Function http_trace_curl_no_data

http.c:1049–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049void http_trace_curl_no_data(void)
1050{
1051 trace_override_envvar(&trace_curl, "1");
1052 trace_curl_data = 0;
1053}
1054
1055void setup_curl_trace(CURL *handle)
1056{

Callers 2

get_curl_handleFunction · 0.85
setup_curlFunction · 0.85

Calls 1

trace_override_envvarFunction · 0.85

Tested by

no test coverage detected