MCPcopy
hub / github.com/CodisLabs/codis / HasSwitched

Method HasSwitched

pkg/proxy/proxy.go:228–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226}
227
228func (s *Proxy) HasSwitched() bool {
229 s.mu.Lock()
230 defer s.mu.Unlock()
231 return s.router.HasSwitched()
232}
233
234func (s *Proxy) Slots() []*models.Slot {
235 s.mu.Lock()

Callers 1

StatsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected