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

Function connSocketSyncReadLine

app/redis-6.2.6/src/connection.c:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338static ssize_t connSocketSyncReadLine(connection *conn, char *ptr, ssize_t size, long long timeout) {
339 return syncReadLine(conn->fd, ptr, size, timeout);
340}
341
342static int connSocketGetType(connection *conn) {
343 (void) conn;

Callers

nothing calls this directly

Calls 1

syncReadLineFunction · 0.85

Tested by

no test coverage detected