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

Function connMarshalThread

src/connection.h:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static inline void connMarshalThread(connection *conn) {
209 if (conn->type->marshal_thread != nullptr)
210 conn->type->marshal_thread(conn);
211}
212
213/* Return CONN_TYPE_* for the specified connection */
214static inline int connGetType(connection *conn) {

Callers 2

migrateCommandFunction · 0.85
acceptOnThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected