MCPcopy 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
178static 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

callHandlerFunction · 0.85
syncWithMasterFunction · 0.85
connectWithMasterFunction · 0.85
undoConnectWithMasterFunction · 0.85
acceptCommonHandlerFunction · 0.85
unlinkClientFunction · 0.85
freeClusterLinkFunction · 0.85
clusterConnAcceptHandlerFunction · 0.85
clusterAcceptHandlerFunction · 0.85
migrateGetSocketFunction · 0.85
migrateCloseSocketFunction · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected