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

Function connHasWriteHandler

src/connection.cpp:123–125  ·  view source on GitHub ↗

Returns true if a write handler is registered */

Source from the content-addressed store, hash-verified

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

Callers 3

catClientInfoStringFunction · 0.85
flushSlavesOutputBuffersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected