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

Function connSyncReadLine

src/connection.h:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static inline ssize_t connSyncReadLine(connection *conn, char *ptr, ssize_t size, long long timeout) {
205 return conn->type->sync_readline(conn, ptr, size, timeout);
206}
207
208static inline void connMarshalThread(connection *conn) {
209 if (conn->type->marshal_thread != nullptr)

Callers 3

migrateCommandFunction · 0.85
readSyncBulkPayloadRdbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected