Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1049
void http_trace_curl_no_data(void)
1050
{
1051
trace_override_envvar(&trace_curl,
"1"
);
1052
trace_curl_data = 0;
1053
}
1054
1055
void setup_curl_trace(CURL *handle)
1056
{
Callers
2
get_curl_handle
Function · 0.85
setup_curl
Function · 0.85
Calls
1
trace_override_envvar
Function · 0.85
Tested by
no test coverage detected