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

Function connSyncReadLine

app/redis-6.2.6/src/connection.h:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197static inline ssize_t connSyncReadLine(connection *conn, char *ptr, ssize_t size, long long timeout) {
198 return conn->type->sync_readline(conn, ptr, size, timeout);
199}
200
201/* Return CONN_TYPE_* for the specified connection */
202static inline int connGetType(connection *conn) {

Callers 3

readSyncBulkPayloadFunction · 0.85
migrateCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected