MCPcopy
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
222func (s *Proxy) IsClosed() bool {
223 s.mu.Lock()
224 defer s.mu.Unlock()
225 return s.closed
226}
227
228func (s *Proxy) HasSwitched() bool {
229 s.mu.Lock()

Callers 9

serveAdminMethod · 0.95
serveProxyMethod · 0.95
StatsMethod · 0.95
startMetricsReporterMethod · 0.95
verifyXAuthMethod · 0.45
mainFunction · 0.45
AutoOnlineWithDashboardFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected