MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / connGetPrivateData

Function connGetPrivateData

src/connection.cpp:138–140  ·  view source on GitHub ↗

Get the associated private data pointer */

Source from the content-addressed store, hash-verified

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

Callers 15

clusterWriteHandlerFunction · 0.85
clusterReadHandlerFunction · 0.85
sendBulkToSlaveFunction · 0.85
rdbPipeWriteHandlerFunction · 0.85
rdbPipeReadHandlerFunction · 0.85
readSyncBulkPayloadFunction · 0.85
syncWithMasterFunction · 0.85
clientAcceptHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected