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

Function connGetState

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

Source from the content-addressed store, hash-verified

418}
419
420int connGetState(connection *conn) {
421 return conn->state;
422}
423
424/* Return a text that describes the connection, suitable for inclusion
425 * in CLIENT LIST and similar outputs.

Callers 13

sendBulkToSlaveFunction · 0.85
rdbPipeWriteHandlerFunction · 0.85
rdbPipeReadHandlerFunction · 0.85
readSyncBulkPayloadFunction · 0.85
syncWithMasterFunction · 0.85
clientAcceptHandlerFunction · 0.85
acceptCommonHandlerFunction · 0.85
writeToClientFunction · 0.85
readQueryFromClientFunction · 0.85
clusterConnAcceptHandlerFunction · 0.85
clusterAcceptHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected