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

Function connSyncWrite

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

Source from the content-addressed store, hash-verified

187}
188
189static inline ssize_t connSyncWrite(connection *conn, char *ptr, ssize_t size, long long timeout) {
190 return conn->type->sync_write(conn, ptr, size, timeout);
191}
192
193static inline ssize_t connSyncRead(connection *conn, char *ptr, ssize_t size, long long timeout) {
194 return conn->type->sync_read(conn, ptr, size, timeout);

Callers 3

sendCommandRawFunction · 0.85
syncWithMasterFunction · 0.85
migrateCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected