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

Function connSocketSyncReadLine

src/connection.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371static ssize_t connSocketSyncReadLine(connection *conn, char *ptr, ssize_t size, long long timeout) {
372 return syncReadLine(conn->fd, ptr, size, timeout);
373}
374
375static int connSocketGetType(struct connection *conn) {
376 (void) conn;

Callers

nothing calls this directly

Calls 1

syncReadLineFunction · 0.85

Tested by

no test coverage detected