Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ decrSessions
Function
decrSessions
pkg/proxy/stats.go:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
}
179
180
func
decrSessions() {
181
sessions.alive.Decr()
182
}
183
184
func
SessionsTotal() int64 {
185
return
sessions.total.Int64()
Callers
1
Start
Method · 0.85
Calls
1
Decr
Method · 0.80
Tested by
no test coverage detected