MCPcopy Create free account
hub / github.com/F-Stack/f-stack / connAccept

Function connAccept

app/redis-6.2.6/src/connection.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 */
103
104static inline int connAccept(connection *conn, ConnectionCallbackFunc accept_handler) {
105 return conn->type->accept(conn, accept_handler);
106}
107
108/* Establish a connection. The connect_handler will be called when the connection
109 * is established, or if an error has occurred.

Callers 2

acceptCommonHandlerFunction · 0.85
clusterAcceptHandlerFunction · 0.85

Calls 1

acceptMethod · 0.80

Tested by

no test coverage detected