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

Function connHasReadHandler

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

Returns true if a read handler is registered */

Source from the content-addressed store, hash-verified

125
126/* Returns true if a read handler is registered */
127int connHasReadHandler(connection *conn) {
128 return conn->read_handler != NULL;
129}
130
131/* Associate a private data pointer with the connection */
132void connSetPrivateData(connection *conn, void *data) {

Callers 1

catClientInfoStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected