MCPcopy Create free account
hub / github.com/git/git / connection_closed

Function connection_closed

builtin/credential-cache.c:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#ifdef GIT_WINDOWS_NATIVE
18
19static int connection_closed(int error)
20{
21 return (error == EINVAL);
22}
23
24static int connection_fatally_broken(int error)
25{

Callers 1

send_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected