Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ SessionsTotal
Function
SessionsTotal
pkg/proxy/stats.go:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
func
SessionsTotal() int64 {
185
return
sessions.total.Int64()
186
}
187
188
func
SessionsAlive() int64 {
189
return
sessions.alive.Int64()
Callers
1
Stats
Method · 0.85
Calls
1
Int64
Method · 0.45
Tested by
no test coverage detected