Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ connCreateTLS
Function
connCreateTLS
src/tls.cpp:697–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
695
}
696
697
connection *connCreateTLS(void) {
698
return createTLSConnection(1);
699
}
700
701
/* Create a new TLS connection that is already associated with
702
* an accepted underlying file descriptor.
Callers
3
clusterCron
Function · 0.85
migrateGetSocket
Function · 0.85
connectWithMaster
Function · 0.85
Calls
1
createTLSConnection
Function · 0.85
Tested by
no test coverage detected