Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ connRecvTimeout
Function
connRecvTimeout
app/redis-6.2.6/src/connection.c:416–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
int connRecvTimeout(connection *conn, long long ms) {
417
return anetRecvTimeout(NULL, conn->fd, ms);
418
}
419
420
int connGetState(connection *conn) {
421
return conn->state;
Callers
1
readSyncBulkPayload
Function · 0.85
Calls
1
anetRecvTimeout
Function · 0.85
Tested by
no test coverage detected