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

Function always_auth_proactively

http.c:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165static int http_schannel_use_ssl_cainfo;
166
167static int always_auth_proactively(void)
168{
169 return http_proactive_auth != PROACTIVE_AUTH_NONE &&
170 http_proactive_auth != PROACTIVE_AUTH_IF_CREDENTIALS;
171}
172
173size_t fread_buffer(char *ptr, size_t eltsize, size_t nmemb, void *buffer_)
174{

Callers 3

init_curl_http_authFunction · 0.85
handle_curl_resultFunction · 0.85
http_request_recoverableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected