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

Function connHasWriteHandler

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

Returns true if a write handler is registered */

Source from the content-addressed store, hash-verified

120
121/* Returns true if a write handler is registered */
122int connHasWriteHandler(connection *conn) {
123 return conn->write_handler != NULL;
124}
125
126/* Returns true if a read handler is registered */
127int connHasReadHandler(connection *conn) {

Callers 3

catClientInfoStringFunction · 0.85
flushSlavesOutputBuffersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected