Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
228
func
(s *Proxy) HasSwitched() bool {
229
s.mu.Lock()
230
defer
s.mu.Unlock()
231
return
s.router.HasSwitched()
232
}
233
234
func
(s *Proxy) Slots() []*models.Slot {
235
s.mu.Lock()
Callers
1
Stats
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected