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

Function connGetPrivateData

app/redis-6.2.6/src/connection.c:137–139  ·  view source on GitHub ↗

Get the associated private data pointer */

Source from the content-addressed store, hash-verified

135
136/* Get the associated private data pointer */
137void *connGetPrivateData(connection *conn) {
138 return conn->private_data;
139}
140
141/* ------ Pure socket connections ------- */
142

Callers 11

sendBulkToSlaveFunction · 0.85
rdbPipeWriteHandlerFunction · 0.85
rdbPipeReadHandlerFunction · 0.85
clientAcceptHandlerFunction · 0.85
acceptCommonHandlerFunction · 0.85
sendReplyToClientFunction · 0.85
readQueryFromClientFunction · 0.85
clusterWriteHandlerFunction · 0.85
clusterReadHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected