Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ IsClosed
Method
IsClosed
pkg/proxy/proxy.go:222–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
func
(s *Proxy) IsClosed() bool {
223
s.mu.Lock()
224
defer
s.mu.Unlock()
225
return
s.closed
226
}
227
228
func
(s *Proxy) HasSwitched() bool {
229
s.mu.Lock()
Callers
9
serveAdmin
Method · 0.95
serveProxy
Method · 0.95
Stats
Method · 0.95
startMetricsReporter
Method · 0.95
verifyXAuth
Method · 0.45
main
Function · 0.45
AutoOnlineWithDashboard
Function · 0.45
AutoOnlineWithCoordinator
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected