MCPcopy Index your code
hub / github.com/CodisLabs/codis / IsOnline

Method IsOnline

pkg/proxy/proxy.go:216–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216func (s *Proxy) IsOnline() bool {
217 s.mu.Lock()
218 defer s.mu.Unlock()
219 return s.online && !s.closed
220}
221
222func (s *Proxy) IsClosed() bool {
223 s.mu.Lock()

Callers 5

StatsMethod · 0.95
mainFunction · 0.45
AutoOnlineWithDashboardFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected