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

Function connDecrRefs

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

Source from the content-addressed store, hash-verified

62 */
63
64static inline void connDecrRefs(connection *conn) {
65 conn->refs--;
66}
67
68static inline int connHasRefs(connection *conn) {
69 return conn->refs;

Callers 2

callHandlerFunction · 0.85
connSocketAcceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected