Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
static inline void connDecrRefs(connection *conn) {
65
conn->refs--;
66
}
67
68
static inline int connHasRefs(connection *conn) {
69
return conn->refs;
Callers
2
callHandler
Function · 0.85
connSocketAccept
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected