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

Function connHasReadHandler

src/connection.cpp:128–130  ·  view source on GitHub ↗

Returns true if a read handler is registered */

Source from the content-addressed store, hash-verified

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

Callers 1

catClientInfoStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected