Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ connClose
Function
connClose
app/redis-6.2.6/src/connection.h:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
static inline void connClose(connection *conn) {
179
conn->type->close(conn);
180
}
181
182
/* Returns the last error encountered by the connection, as a string. If no error,
183
* a NULL is returned.
Callers
12
callHandler
Function · 0.85
syncWithMaster
Function · 0.85
connectWithMaster
Function · 0.85
undoConnectWithMaster
Function · 0.85
acceptCommonHandler
Function · 0.85
unlinkClient
Function · 0.85
freeClusterLink
Function · 0.85
clusterConnAcceptHandler
Function · 0.85
clusterAcceptHandler
Function · 0.85
migrateGetSocket
Function · 0.85
migrateCloseSocket
Function · 0.85
migrateCloseTimedoutSockets
Function · 0.85
Calls
1
close
Method · 0.45
Tested by
no test coverage detected