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

Function connHasRefs

app/redis-6.2.6/src/connhelpers.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static inline int connHasRefs(connection *conn) {
69 return conn->refs;
70}
71
72/* Helper for connection implementations to call handlers:
73 * 1. Increment refs to protect the connection.

Callers 2

callHandlerFunction · 0.85
connSocketCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected