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

Function git_connection_is_socket

connect.c:933–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931static struct child_process no_fork = CHILD_PROCESS_INIT;
932
933int git_connection_is_socket(struct child_process *conn)
934{
935 return conn == &no_fork;
936}
937
938static struct child_process *git_tcp_connect(int fd[2], char *host, int flags)
939{

Callers 2

finish_connectFunction · 0.85
send_packFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected